summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:01:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:01:21 +0000
commite419c4ae26f871d9fea1bd10712a46ebf5c28f9d (patch)
tree987458fb8a24f72d8a1e95bd2de0738a71e84e8f /configure
parent2b1e2678abea517e4c9eeaacb9dd70a7ca7a11e2 (diff)
downloads6-linux-utils-e419c4ae26f871d9fea1bd10712a46ebf5c28f9d.tar.gz
s6-linux-utils-e419c4ae26f871d9fea1bd10712a46ebf5c28f9d.tar.xz
s6-linux-utils-e419c4ae26f871d9fea1bd10712a46ebf5c28f9d.zip
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 f7fb0e0..e351317 100755
--- a/configure
+++ b/configure
@@ -406,7 +406,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