summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hints/freebsd.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 74612076e9..8bfb742f11 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -138,22 +138,11 @@ case "$osvers" in
*)
ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H"
if /usr/bin/file -L /usr/lib/libc.so | /usr/bin/grep -vq "not stripped" ; then
- # Respect a command-line override
- test -z "$usenm" && usenm=false
+ usenm=false
fi
;;
esac
-
-# If we are using g++ we must use nm and force ourselves to use
-# the /usr/lib/libc.a because the symbol scanning tricks of
-# Configure will crash and burn horribly.
-case "$cc" in
-*g++*) usenm=true
- libc='/usr/lib/libc.a'
- ;;
-esac
-
cat <<'EOM' >&4
Some users have reported that Configure halts when testing for