summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:01:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:01:31 +0000
commit2f1ac37a9fce0b52d8707fa0d5de5e54cbda2a5d (patch)
tree47f67c2282c0385603ec1051c7cc51005b9319fb
parent51a577d2e32a51a6e197241c9d5575718c152101 (diff)
downloads6-portable-utils-2f1ac37a9fce0b52d8707fa0d5de5e54cbda2a5d.tar.xz
Fix generated CC for cross-builds
-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