summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:00:46 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:00:46 +0000
commit77849d64e35990d12b890a67d23b9896fe94007e (patch)
tree4889336924e0b77be14656a53284c41b2ff0c685
parentf6d59ec3d2f4289d54032b36d82d4b3fb45fb0ee (diff)
downloadmdevd-77849d64e35990d12b890a67d23b9896fe94007e.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 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