From: Jarkko Hietaniemi Date: Tue, 6 Nov 2001 03:13:50 +0000 (+0000) Subject: ccflags, not ldflags. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6707f4d6cc92ce4fc28e350a0cd098d6ddbfe1b3;p=p5sagit%2Fp5-mst-13.2.git ccflags, not ldflags. p4raw-id: //depot/perl@12867 --- diff --git a/hints/os390.sh b/hints/os390.sh index 0273b32..5aa4809 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__