diff options
author | midipix <writeonce@midipix.org> | 2021-06-01 09:51:56 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-01 09:51:56 +0000 |
commit | 14273880dd1108b5d826b8407bc036da372cb7fe (patch) | |
tree | cc54499e3772ee419a2c1c07cfcacafd04441062 | |
parent | b6267f628dcde67b07ed1590f0ab879525932670 (diff) | |
download | ntcon-14273880dd1108b5d826b8407bc036da372cb7fe.tar.bz2 ntcon-14273880dd1108b5d826b8407bc036da372cb7fe.tar.xz |
project: added compilation environment variables.
-rw-r--r-- | config.project | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project index c493c02..b5235c9 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 -ffreestanding" mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/src/internal" |