diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/os390.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index 4eff5a8217..0273b323e5 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__ |