summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 17:15:37 +0000
committermidipix <writeonce@midipix.org>2021-06-05 17:16:20 +0000
commit0a2b3d6255751786b707f115d24e8b54bef57acf (patch)
tree29c3a27218a83fc627ceabd27d5659b0493ae8dc /sofort
parente00d354b796cc5f0dccbfb013590ef4ac3ee651a (diff)
downloadapimagic-0a2b3d6255751786b707f115d24e8b54bef57acf.tar.bz2
apimagic-0a2b3d6255751786b707f115d24e8b54bef57acf.tar.xz
build system: ccenv_set_cc_switch_vars(): account for pedefs.in.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/ccenv/ccenv.in2
-rw-r--r--sofort/ccenv/ccenv.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in
index 1f78935..5c78ffb 100644
--- a/sofort/ccenv/ccenv.in
+++ b/sofort/ccenv/ccenv.in
@@ -86,5 +86,3 @@ LD = @ccenv_ld@
CFLAGS_OS += -DOS_LIB_SUFFIX=\"@ccenv_os_lib_suffix@\"
CFLAGS_OS += @ccenv_cflags_os@
CFLAGS_PIC += @ccenv_cflags_pic@
-
-# @ccenv_cfgtype@ cflags: supported compiler switches
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index d1d6085..47fc587 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1448,6 +1448,9 @@ ccenv_output_defs()
ccenv_set_cc_switch_vars()
{
+ printf '\n# %s cflags: supported compiler switches\n' "$ccenv_cfgtype" \
+ >> "$ccenv_mk"
+
if [ -f $mb_project_dir/project/config/ccswitch.strs ]; then
ccenv_switch_vars=$(cat \
$mb_project_dir/sofort/ccenv/ccswitch.strs \