projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
48370ef
)
Use config.arch in OS/390 where the combination of
Jarkko Hietaniemi [Mon, 5 Nov 2001 14:54:37 +0000 (14:54 +0000)]
IEEE floats and ldflags is tricky.
p4raw-id: //depot/perl@12853
hints/os390.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/os390.sh
b/hints/os390.sh
index
4eff5a8
..
0273b32
100644
(file)
--- a/
hints/os390.sh
+++ b/
hints/os390.sh
@@
-203,3
+203,9
@@
EOWARN
fi
fi
+cat >config.arch<<'__CONFIG_ARCH__'
+# The '-W 0,float(ieee)' cannot be used during Configure as ldflags.
+
+ldflags="$ldflags -W 0,float\(ieee\)"
+
+__CONFIG_ARCH__