Irix6.4 (with 7.1 compilers)
[p5sagit/p5-mst-13.2.git] / hints / irix_6_2.sh
index 11fd52e..44ea859 100644 (file)
@@ -14,21 +14,21 @@ case "$cc" in
        ld=ld
        ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:fprop_limit=1500"
        optimize='none'  # Miniperl core dumps with -O
-       pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
-       lddlflags="-n32 -shared"
        ldflags=' -L/usr/local/lib -L/usr/lib32 -L/lib32'
+       cccdlflags=' '
+       lddlflags="-n32 -shared"
        libc='/usr/lib32/libc.so'
        plibpth='/usr/lib32 /lib32 /usr/ccs/lib'
-
        nm_opt='-p'
        nm_so_opt='-p'
-       cccdlflags=' '
        ;;
 *)
        ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -Olimit 3000"
        ;;
 esac
 
+pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
+
 # We don't want these libraries.  Anyone know why?
 set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
 shift