summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 17a9e00117..8dc3cba1d2 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -248,15 +248,6 @@ EOM
exit 1
;;
esac
- case "$cc $ccflags" in
- *-n32*)
- case "$ccflags" in
- *-DUSE_64_BITS*) ;;
- *) ccflags="$ccflags -DUSE_64_BITS" ;;
- esac
- archname64="-n32"
- ;;
- esac
;;
esac
EOCBU