From: John Goodyear Date: Sat, 2 Mar 2013 19:31:25 +0000 (-0700) Subject: hints/os390.sh: z/OS long long support X-Git-Tag: v5.21.10~143 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/c68fc1f1983b470e12478d4ea38a759a54d50a47?hp=e85dc376c2772268b837317689ee75b525ef19e0 hints/os390.sh: z/OS long long support --- diff --git a/hints/os390.sh b/hints/os390.sh index 6c1d8f0..93e889f 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -222,7 +222,7 @@ gconvert_preference=sprintf 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) -W 0,LANGLVL(LONGLONG)" __CONFIG_ARCH__