summaryrefslogtreecommitdiff
path: root/hints/os390.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-06 03:13:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-06 03:13:50 +0000
commit6707f4d6cc92ce4fc28e350a0cd098d6ddbfe1b3 (patch)
tree2803cf1107dc83343d00e5b2d9a09fea93db206b /hints/os390.sh
parentcb23009aaad86567023af45dc913c489ef184cc6 (diff)
downloadperl-6707f4d6cc92ce4fc28e350a0cd098d6ddbfe1b3.tar.gz
ccflags, not ldflags.
p4raw-id: //depot/perl@12867
Diffstat (limited to 'hints/os390.sh')
-rw-r--r--hints/os390.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os390.sh b/hints/os390.sh
index 0273b323e5..5aa480966b 100644
--- 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__