projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cb23009
)
ccflags, not ldflags.
Jarkko Hietaniemi [Tue, 6 Nov 2001 03:13:50 +0000 (
03:13
+0000)]
p4raw-id: //depot/perl@12867
hints/os390.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/os390.sh
b/hints/os390.sh
index
0273b32
..
5aa4809
100644
(file)
--- a/
hints/os390.sh
+++ b/
hints/os390.sh
@@
-206,6
+206,6
@@
fi
cat >config.arch<<'__CONFIG_ARCH__'
# The '-W 0,float(ieee)' cannot be used during Configure as ldflags.
-ldflags="$ldflags -W 0,float\(ieee\)"
+ccflags="$ccflags -W 0,float\(ieee\)"
__CONFIG_ARCH__