summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-06 23:47:16 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-06 23:47:16 +0000
commit6a9a7ff2591cd6542b125c64da3f31bd4813c8eb (patch)
tree6c033c8a0b4747abeeb816bf7b092e76a04564c1 /Makefile.org
parentf7cd5462c9c20f9f18d96e7e522397c18f170681 (diff)
Keep on using ${CC}, since gcc may act in disguise.
PR: 329
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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