summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-01 21:46:37 +0000
committermidipix <writeonce@midipix.org>2021-06-01 21:46:37 +0000
commitdcf4a2fc608a12f420ed3df1d886df15b98d87ad (patch)
tree21110ca59025c14073ecbae6ea0937a2d68a1643
parent5af398aea4b1c3abe7eee1537bee4e5028b245f8 (diff)
downloadbfirm-dcf4a2fc608a12f420ed3df1d886df15b98d87ad.tar.bz2
bfirm-dcf4a2fc608a12f420ed3df1d886df15b98d87ad.tar.xz
project: config.project: match sofort's current template.
-rw-r--r--config.project15
1 files changed, 11 insertions, 4 deletions
diff --git a/config.project b/config.project
index 087f80c..0dd3c72 100644
--- a/config.project
+++ b/config.project
@@ -14,13 +14,20 @@ mb_disable_shared=
# custom config step
mb_use_custom_cfgdefs=no
+mb_use_custom_cfginit=no
+mb_use_custom_cfgfini=no
mb_use_custom_cfgtest=no
+# advanced make options
+mb_make=
+mb_makefile=
+mb_makemode=
+
# pkgconfig
-mb_pkgname='bfirm'
-mb_pkgdesc='bfirm'
+mb_pkgname='firm'
+mb_pkgdesc='firm'
mb_pkgusrc=
-mb_pkgrepo='git://midipix.org/compilers/bfirm'
+mb_pkgrepo='https://git.foss21.org/compilers/bfirm'
mb_pkgpsrc=
mb_pkgdurl=
mb_pkgdefs=
@@ -35,7 +42,7 @@ mb_hosted=
mb_freestanding=
# switches
-mb_default_cflags_common="-std=c99 -D_XOPEN_SOURCE=700"
+mb_default_cflags_common="-std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700"
mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/src/internal"
mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/include"
mb_default_cflags_common="$mb_default_cflags_common -Ibuild -Ibuild/gen/ir"