summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:00:42 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:00:42 +0000
commit6c7b91bca44c9dd9d5728706d578886da4ce1eeb (patch)
treee6b891f44e7670c1e7156927ddf1a3b30e1e82b2 /configure
parentae7acb59ac3c982558310e24edadeb552ea58f15 (diff)
downloadexecline-6c7b91bca44c9dd9d5728706d578886da4ce1eeb.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 ce3939d..39777fe 100755
--- a/configure
+++ b/configure
@@ -418,7 +418,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