From ebece9ed2fbfbb725ac3451cb30ef5eefbb7667e Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 9 Jun 2021 18:45:13 +0000
Subject: build system: ccenv: ccenv_output_defs(): record -dumpmachine
 support.

---
 sofort/ccenv/ccenv.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sofort')

diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 332e12f..bc0030a 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1466,6 +1466,7 @@ ccenv_output_defs()
 
 	eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\'
 	eval 'ccenv_'${ccenv_cfgtype}'_cc_environment'=\'$ccenv_cc_environment\'
+	eval 'ccenv_'${ccenv_cfgtype}'_dumpmachine_switch'=\'$ccenv_dumpmachine_switch\'
 }
 
 ccenv_set_cc_switch_vars()
-- 
cgit v1.2.3