This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AIX tweak from Merijn Brand.
[perl5.git] / hints / irix_6.sh
index b65de23..6f4ca17 100644 (file)
@@ -335,5 +335,14 @@ EOCBU
 # The -n32 makes off_t to be 8 bytes, so we should have largefileness.
 
 # Until we figure out what to be probe for in Configure (ditto for hpux.sh)
-d_casti32='undef'
+case "$usemorebits" in # Need to expand this now, then.
+$define|true|[yY]*) use64bitint="$define"; uselongdouble="$define" ;;
+esac
+case "$use64bitint" in
+$define|true|[yY]*) ;;
+*) d_casti32='undef' ;;
+esac
 
+# Helmut Jarausch reports that Perl's malloc is rather unusable
+# with IRIX, and SGI confirms the problem.
+usemymalloc=${usemymalloc:-false}