summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-08 13:36:48 -0500
committermidipix <writeonce@midipix.org>2018-12-10 20:50:01 -0500
commitae7060d6c9b4f60fbc7e8a78e2c4bb448cf61776 (patch)
treea171111259fdb4e4054c869df9d10b37b3da449a /configure
parent5c5f8e23dea853ec4974a18e2705f6c0053c2503 (diff)
downloadptycon-ae7060d6c9b4f60fbc7e8a78e2c4bb448cf61776.tar.bz2
ptycon-ae7060d6c9b4f60fbc7e8a78e2c4bb448cf61776.tar.xz
build system: configure: set $mb_native_cc independently of $CC.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index c75ad17..00f97fe 100755
--- a/configure
+++ b/configure
@@ -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=