diff options
author | midipix <writeonce@midipix.org> | 2018-12-08 13:36:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-10 20:50:19 -0500 |
commit | b066371d23d8d4b382c9277cf5cd7b86b8ddca36 (patch) | |
tree | 174cc66498d63d3541a86890e4ad3c6be73e4d2e /configure | |
parent | beeda8187cdba0ce8306f75fc2816fdc3736784a (diff) | |
download | u16ports-b066371d23d8d4b382c9277cf5cd7b86b8ddca36.tar.bz2 u16ports-b066371d23d8d4b382c9277cf5cd7b86b8ddca36.tar.xz |
build system: configure: set $mb_native_cc independently of $CC.
Diffstat (limited to 'configure')
-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= |