Remove rt from libswanted (I added it many moons ago
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 12 Aug 1999 20:49:36 +0000 (20:49 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 12 Aug 1999 20:49:36 +0000 (20:49 +0000)
when I thought it would be useful in Digital UNIX,
I was wrong); undo the recent IRIX hints changes,
getting rid of one warning brought new ones.

p4raw-id: //depot/cfgperl@3974

Configure
hints/irix_6.sh

index 757c977..7124260 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $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
@@ -1000,7 +1000,7 @@ useopcode=true
 : 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.
index 0c61b6e..2218946 100644 (file)
@@ -137,13 +137,6 @@ malloc_cflags='ccflags="-DSTRICT_ALIGNMENT $ccflags"'
        ;;
 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)
@@ -242,7 +235,7 @@ EOM
            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().