Update cc and ld flags, and add MAB support
Perl 5 Porters [Wed, 10 Jul 1996 23:26:05 +0000 (23:26 +0000)]
hints/next_3.sh

index 7db901c..e9f616a 100644 (file)
@@ -10,11 +10,15 @@ POSIX_cflags='ccflags="-posix $ccflags"'
 ldflags='-u libsys_s'
 libswanted='dbm gdbm db'
 
-lddlflags='-r'
+lddlflags='-nostdlib -r'
 # Give cccdlflags an empty value since Configure will detect we are
 # using GNU cc and try to specify -fpic for cccdlflags.
 cccdlflags=' '
 
+mab='-arch m68k -arch i386 -arch hppa -arch sparc'
+archname='next-fat'
+ld='cc'
+
 i_utime='undef'
 groupstype='int'
 direntrytype='struct direct'
@@ -36,6 +40,4 @@ ranlib='sleep 5; /bin/ranlib'
 #
 # There where reports that the compiler on HPPA machines
 # fails with the -O flag on pp.c.
-if [ `arch` = "hppa" ]; then
 pp_cflags='optimize="-g"'
-fi