diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 14:22:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:14 +0000 |
commit | cce50af25e8d978c7da699cc4db489f87a0337bc (patch) | |
tree | bf9a1c96cadcea6d40b5d71829d295bd934219a3 /sofort/ccenv/ccenv.sh | |
parent | 1fae5e4e8d8ed6acf63b99c22aa5096250317b21 (diff) | |
download | tpax-cce50af25e8d978c7da699cc4db489f87a0337bc.tar.bz2 tpax-cce50af25e8d978c7da699cc4db489f87a0337bc.tar.xz |
build system: ccenv.sh: set ccenv_{host|native}cc in ccenv_output_defs().
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-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() |