summaryrefslogtreecommitdiffhomepage
path: root/config.project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-01 09:50:29 +0000
committermidipix <writeonce@midipix.org>2021-06-01 09:50:29 +0000
commitf2fec44dfb546037d4e052aeea48ff1014a176d8 (patch)
tree095828de83275d82d65b7dbf9cea4e4cdb4e90e4 /config.project
parent430ec840feb7e412fa187f05a2243e7f916967fe (diff)
downloadmdso-f2fec44dfb546037d4e052aeea48ff1014a176d8.tar.bz2
mdso-f2fec44dfb546037d4e052aeea48ff1014a176d8.tar.xz
project: added compilation environment variables.
Diffstat (limited to 'config.project')
-rw-r--r--config.project4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project
index d95c715..2b00573 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)/src/internal"