diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 14:22:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:04 +0000 |
commit | 77f80a18d49b56a5d4d1215e7632b161363c92b3 (patch) | |
tree | 9c9285f22c66407c187e9980feba9bd08101e319 | |
parent | 2fa581bf7567ad912324c5bb16af33f1072ecf8f (diff) | |
download | bautomake-77f80a18d49b56a5d4d1215e7632b161363c92b3.tar.bz2 bautomake-77f80a18d49b56a5d4d1215e7632b161363c92b3.tar.xz |
build system: ccenv.sh: set ccenv_{host|native}cc in ccenv_output_defs().
-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() |