diff options
author | midipix <writeonce@midipix.org> | 2018-12-08 13:36:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-10 20:49:50 -0500 |
commit | 9313954fb63ff53a9777592370d6157acfe9e3e8 (patch) | |
tree | 5247c9c956147b1efdbd89c838b6d8ce7d6ecb61 | |
parent | 4b7770cf7543572f1ea9c8ee5b2b4cfdd90b7ff7 (diff) | |
download | pemagine-9313954fb63ff53a9777592370d6157acfe9e3e8.tar.bz2 pemagine-9313954fb63ff53a9777592370d6157acfe9e3e8.tar.xz |
build system: configure: set $mb_native_cc independently of $CC.
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -323,13 +323,6 @@ common_defaults() fi fi - # compiler - if [ -n "$mb_compiler" ]; then - if [ -z "$mb_native_cc" ]; then - mb_native_cc=$mb_compiler - fi - fi - # toolchain if [ -z "$mb_toolchain" ]; then mb_toolchain='binutils' @@ -363,7 +356,6 @@ native_defaults() fi # compiler - [ -z "$mb_native_cc" ] && mb_native_cc=$CC [ -z "$mb_native_cc" ] && mb_native_cc='cc' $mb_native_cc -dM -E - < /dev/null > /dev/null 2>/dev/null || mb_native_cc= |