diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 14:22:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:08 +0000 |
commit | 36eca3b51e3680c07b5e704a9129c0c1a16e34c2 (patch) | |
tree | 18c8e2cf66cc39f87a881b14256fde399fe57925 /sofort/ccenv | |
parent | f3d10bb2c22a5e7e75cbb86d80ee9eec28c12085 (diff) | |
download | ntcon-36eca3b51e3680c07b5e704a9129c0c1a16e34c2.tar.bz2 ntcon-36eca3b51e3680c07b5e704a9129c0c1a16e34c2.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.sh | 4 |
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() |