]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Revert "configure: Allow command line override of toolchain"
authorDavid Ahern <dsahern@kernel.org>
Tue, 8 Mar 2022 16:24:17 +0000 (09:24 -0700)
committerDavid Ahern <dsahern@kernel.org>
Tue, 8 Mar 2022 16:24:33 +0000 (09:24 -0700)
This reverts commit 386ae64c8312dd27b09508993a7c8386aff8b1d3.

Ido reported compile breakage on Fedora with this patch, so
reverting.

Signed-off-by: David Ahern <dsahern@kernel.org>
configure

index 13f2d1739b99b1ef46578fe01b34560e0d605efd..8ddff43c6a7dad405ad0cd6318c05408bd625c09 100755 (executable)
--- a/configure
+++ b/configure
@@ -19,10 +19,10 @@ check_toolchain()
     : ${AR=ar}
     : ${CC=gcc}
     : ${YACC=bison}
-    echo "PKG_CONFIG?=${PKG_CONFIG}" >>$CONFIG
-    echo "AR?=${AR}" >>$CONFIG
-    echo "CC?=${CC}" >>$CONFIG
-    echo "YACC?=${YACC}" >>$CONFIG
+    echo "PKG_CONFIG:=${PKG_CONFIG}" >>$CONFIG
+    echo "AR:=${AR}" >>$CONFIG
+    echo "CC:=${CC}" >>$CONFIG
+    echo "YACC:=${YACC}" >>$CONFIG
 }
 
 check_atm()