summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-04 14:22:04 +0000
committermidipix <writeonce@midipix.org>2021-06-04 19:53:10 +0000
commitca04b40e3ae90fc8e7626c410af5e5d78f40b0ab (patch)
tree58da27247e7fdd3486d16a6fea4752f68f790522 /sofort/ccenv
parentf6e5ecb84cb23fd6e58210aeed10bf14d32f91ad (diff)
downloadperk-ca04b40e3ae90fc8e7626c410af5e5d78f40b0ab.tar.bz2
perk-ca04b40e3ae90fc8e7626c410af5e5d78f40b0ab.tar.xz
build system: ccenv.sh: set ccenv_{host|native}cc in ccenv_output_defs().
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index e180d7e..8fc5033 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1431,6 +1431,8 @@ ccenv_output_defs()
rm -f "$ccenv_tmp"
unset ccenv_tmp
fi
+
+ eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\'
}
ccenv_dso_verify()
@@ -1542,8 +1544,6 @@ ccenv_set_toolchain_variables()
ccenv_output_defs
ccenv_clean_up
-
- eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\'
}
ccenv_set_host_variables()