ccflags, not ldflags.
[p5sagit/p5-mst-13.2.git] / hints / os390.sh
index 4eff5a8..5aa4809 100644 (file)
@@ -203,3 +203,9 @@ EOWARN
     fi
 fi
 
+cat >config.arch<<'__CONFIG_ARCH__'
+# The '-W 0,float(ieee)' cannot be used during Configure as ldflags.
+
+ccflags="$ccflags -W 0,float\(ieee\)"
+
+__CONFIG_ARCH__