various Configure and hints updates (prefer drand48() or random()
[p5sagit/p5-mst-13.2.git] / hints / irix_6.sh
index c19dd05..0f6637b 100644 (file)
@@ -227,7 +227,20 @@ if [ "X$use64bits" = "X$define" ]; then
     case "$ccflags" in
     *-n32*)
         ccflags="$ccflags -DUSE_LONG_LONG"
+       archname64="-n32"
+       d_open64="$undef"
+       # In -n32 mode (ILP32LL64) we use the standard open().
+       # In -64 we will use the open64().
+       cat << 'EOM' >&2
+
+You will see a *** WHOA THERE!!! ***  message from Configure for
+d_open64.  Keep the recommended value.  See hints/irix6_2.sh
+for more information.
+
+EOM
         ;;
+    *-64*)
+       ;;
     esac
-    ccflags="$ccflags -DUSE_64_BIT_FILES -DNO_OPEN64"
+    ccflags="$ccflags -DUSE_64_BIT_FILES"
 fi