From: Jarkko Hietaniemi Date: Mon, 5 Nov 2001 14:54:37 +0000 (+0000) Subject: Use config.arch in OS/390 where the combination of X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=965a5e93b44f682e7eb38d20bcbc5430bf019de1;p=p5sagit%2Fp5-mst-13.2.git Use config.arch in OS/390 where the combination of IEEE floats and ldflags is tricky. p4raw-id: //depot/perl@12853 --- diff --git a/hints/os390.sh b/hints/os390.sh index 4eff5a8..0273b32 100644 --- 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__