diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-10 23:26:05 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-10 23:26:05 +0000 |
commit | 61d11634cacdf659ffe6dc49ffff809a50fd4134 (patch) | |
tree | 53e66860be370ec012b22d42ee845bffb4fa2afb /hints/next_3.sh | |
parent | 5e79a27ab8657b40a1ba45b02fa151bd3d5fcd46 (diff) | |
download | perl-61d11634cacdf659ffe6dc49ffff809a50fd4134.tar.gz |
Update cc and ld flags, and add MAB support
Diffstat (limited to 'hints/next_3.sh')
-rw-r--r-- | hints/next_3.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh index 7db901c738..e9f616a3f3 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 |