diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-06 03:13:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-06 03:13:50 +0000 |
commit | 6707f4d6cc92ce4fc28e350a0cd098d6ddbfe1b3 (patch) | |
tree | 2803cf1107dc83343d00e5b2d9a09fea93db206b /hints | |
parent | cb23009aaad86567023af45dc913c489ef184cc6 (diff) | |
download | perl-6707f4d6cc92ce4fc28e350a0cd098d6ddbfe1b3.tar.gz |
ccflags, not ldflags.
p4raw-id: //depot/perl@12867
Diffstat (limited to 'hints')
-rw-r--r-- | hints/os390.sh | 2 |
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__ |