projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f98abb
)
New DETECT_GNU_LD procedure.
author
Andy Polyakov
<appro@openssl.org>
Sat, 14 Dec 2002 20:52:19 +0000
(20:52 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 14 Dec 2002 20:52:19 +0000
(20:52 +0000)
Makefile.shared
patch
|
blob
|
history
diff --git
a/Makefile.shared
b/Makefile.shared
index dd7bf8dbc77202725dc1ad9318bd11cd466b3442..d01edfdd427af556627cd18dc661897795963558 100644
(file)
--- a/
Makefile.shared
+++ b/
Makefile.shared
@@
-108,10
+108,8
@@
LINK_SO_A_UNPACKED= \
SHOBJECTS=$$UNPACKDIR/*.o; \
$(LINK_SO) && rm -rf $$UNPACKDIR
-DETECT_GNU_LD=${CC} -v 2>&1 | grep '^gcc' >/dev/null 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
+DETECT_GNU_LD=(${CC} -Wl,-V /dev/null 2>&1 | grep '^GNU ld' )>/dev/null
+
DO_GNU=$(CALC_VERSIONS); \
SHLIB=lib$(LIBNAME).so \
SHLIB_SUFFIX= \