From 361d830d0a5e2632acc25666b19dd4b16f29f7cd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 12 Aug 1999 21:49:16 +0000 Subject: [PATCH] IRIX64 needs more -mabi=64 with gcc. p4raw-id: //depot/cfgperl@3976 --- hints/irix_6.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 84561b7..15f1cbd 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -126,7 +126,10 @@ malloc_cflags='ccflags="-DSTRICT_ALIGNMENT $ccflags"' # and returning small structures. This affects inet_*() and semctl(). # See http://reality.sgi.com/ariel/freeware/gcc-2.8.1-notes.html # for more information. Reported by Lionel Cons . - IRIX64) ccflags="$ccflags -mabi=64" ;; + IRIX64) ccflags="$ccflags -mabi=64" + ldflags="$ldflags -mabi=64 -L/usr/lib64" + lddlflags="$lddlflags -mabi=64" + ;; esac ;; *) -- 1.8.3.1