projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a0383
)
use -nostdlib in linker tests to avoid possible missing crt/lib issues
author
Rich Felker
<dalias@aerifal.cx>
Thu, 7 Jun 2012 04:27:34 +0000
(
00:27
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 7 Jun 2012 04:27:34 +0000
(
00:27
-0400)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index d29d2dcdc1396f271d59b17def818b6408cbeb74..f765ca7294c3e5e3f136f6b06c01a8a9510a39e6 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-70,7
+70,7
@@
fi
tryldflag () {
printf "checking whether linker accepts %s... " "$2"
echo "typedef int x;" > "$tmpc"
-if "$CC" -shared "$2" -o /dev/null "$tmpc" 2>/dev/null ; then
+if "$CC" -
nostdlib -
shared "$2" -o /dev/null "$tmpc" 2>/dev/null ; then
printf "yes\n"
eval "$1=\"\${$1} \$2\""
eval "$1=\${$1# }"