# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Aug 12 22:27:20 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Thu Aug 12 23:48:12 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
: List of libraries we want.
: If anyone needs -lnet, put it in a hint file.
libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
-libswanted="$libswanted dld ld sun m rt c cposix posix"
+libswanted="$libswanted dld ld sun m c cposix posix"
libswanted="$libswanted ndir dir crypt sec"
libswanted="$libswanted ucb bsd BSD PW x"
: We probably want to search /usr/shlib before most other libraries.
;;
esac
-# Don't groan about unused libraries.
-ccflags="$ccflags -Wl,-woff,84"
-case "$ld" in
-*cc*) ldflags="$ldflags -Wl,-woff,84" ;;
-*ld) ldflags="$ldflags -woff 84" ;;
-esac
-
# We don't want these libraries.
# Socket networking is in libc, these are not installed by default,
# and just slow perl down. (scotth@sgi.com)
esac
case "$ccflags" in
*-n32*)
- ccflags="$ccflags -DUSE_LONG_LONG -D__LONGLONG"
+ ccflags="$ccflags -DUSE_LONG_LONG"
archname64="-n32"
d_open64="$undef"
# In -n32 mode (ILP32LL64) we use the standard open().