summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:00:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:00:34 +0000
commit4462286bbe3b5be82504e3e5abfb109f6eab1d85 (patch)
tree832ecc45eb4a820b53cbd459cbe75e1e2e45f97e /configure
parent689246050f29bd1d0ed17adcd169e684500bfa21 (diff)
downloadbcnm-4462286bbe3b5be82504e3e5abfb109f6eab1d85.tar.xz
Fix generated CC for cross-builds
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3f6c13e..05a74f9 100755
--- a/configure
+++ b/configure
@@ -402,7 +402,7 @@ SYSCLOCK_LIB := ${sysclock_lib}
TIMER_LIB := ${timer_lib}
UTIL_LIB := ${util_lib}
-CC := ${CC_AUTO##${cross}}
+CC := $CC_AUTO
CPPFLAGS_AUTO := $CPPFLAGS_AUTO
CPPFLAGS := $CPPFLAGS $CPPFLAGS_POST
CFLAGS_AUTO := $CFLAGS_AUTO