diff options
-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 5aa480966b..bb41e6719f 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. -ccflags="$ccflags -W 0,float\(ieee\)" +ccflags="$ccflags -W 0,float(ieee)" __CONFIG_ARCH__ |