From 6a9a7ff2591cd6542b125c64da3f31bd4813c8eb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 6 Nov 2002 23:47:16 +0000 Subject: [PATCH] Keep on using ${CC}, since gcc may act in disguise. PR: 329 --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index 6da1fb6494..fb90e493c5 100644 --- a/Makefile.org +++ b/Makefile.org @@ -275,7 +275,7 @@ do_gnu-shared: done DETECT_GNU_LD=${CC} -v 2>&1 | grep '^gcc' >/dev/null 2>&1 && \ - my_ld=`gcc -print-prog-name=ld 2>&1` && \ + my_ld=`${CC} -print-prog-name=ld 2>&1` && \ [ -n "$$my_ld" ] && \ $$my_ld -v 2>&1 | grep 'GNU ld' >/dev/null 2>&1 -- 2.25.1