diff options
author | midipix <writeonce@midipix.org> | 2018-12-08 13:36:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-10 20:50:13 -0500 |
commit | 319b76b67cca6ae4027164d0fd042b23bcac44ee (patch) | |
tree | 36685de1172bbc7234415c3290598a66adfc4aac /configure | |
parent | 3d5a30b45fb61c61f59c643673d77d2fc45c5a03 (diff) | |
download | sofort-319b76b67cca6ae4027164d0fd042b23bcac44ee.tar.bz2 sofort-319b76b67cca6ae4027164d0fd042b23bcac44ee.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= |