summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv/ccenv.sh
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:23 +0000
commit6962e599491b7e14d001a8b4cb29184a80962e96 (patch)
treea364e6f33f137de183a1b29bd83d5ecf6c9a059e /sofort/ccenv/ccenv.sh
parente92e220fd63a84e2bdb381cce44fb9817733a688 (diff)
downloadpemagine-6962e599491b7e14d001a8b4cb29184a80962e96.tar.bz2
pemagine-6962e599491b7e14d001a8b4cb29184a80962e96.tar.xz
build system: ccenv_set_cc_switch_vars(): account for pedefs.in.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-rw-r--r--sofort/ccenv/ccenv.sh3
1 files changed, 3 insertions, 0 deletions
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 \