From: Perl 5 Porters Date: Wed, 10 Jul 1996 23:26:05 +0000 (+0000) Subject: Update cc and ld flags, and add MAB support X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61d11634cacdf659ffe6dc49ffff809a50fd4134;p=p5sagit%2Fp5-mst-13.2.git Update cc and ld flags, and add MAB support --- diff --git a/hints/next_3.sh b/hints/next_3.sh index 7db901c..e9f616a 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -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