summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:01:10 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-21 15:01:10 +0000
commite4726f2d661b14a0a0a4e0844280e639657bf1a3 (patch)
tree41a87e083c828b186a8490f61ce6d028e5e25b2c
parent34ecd9f7ddb04dee4ee6fef15cb59af392e23510 (diff)
downloads6-dns-e4726f2d661b14a0a0a4e0844280e639657bf1a3.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