From 0a2b3d6255751786b707f115d24e8b54bef57acf Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 5 Jun 2021 17:15:37 +0000 Subject: build system: ccenv_set_cc_switch_vars(): account for pedefs.in. --- sofort/ccenv/ccenv.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sofort/ccenv/ccenv.sh') 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 \ -- cgit v1.2.3