summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-01 09:56:05 +0000
committermidipix <writeonce@midipix.org>2021-06-01 09:56:05 +0000
commitea102038b3881da30cc48917db6a8de8450002a5 (patch)
tree3e75479127b17d34fec5fbc56c2a6841ba9c1e17
parent18176907491655e2cebc3edeb67c45e636a29559 (diff)
downloadu16ports-ea102038b3881da30cc48917db6a8de8450002a5.tar.bz2
u16ports-ea102038b3881da30cc48917db6a8de8450002a5.tar.xz
project: added compilation environment variables.
-rw-r--r--config.project4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project
index 33acbc8..ed9e09f 100644
--- a/config.project
+++ b/config.project
@@ -29,6 +29,10 @@ mb_pkglibs=
mb_ccenv_create_log=
mb_ccenv_skip_native=
+# compilation environment
+mb_hosted=
+mb_freestanding=
+
# switches
mb_default_cflags_common="-std=c99 -D_XOPEN_SOURCE=700"
mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/include"