diff options
author | John Goodyear <johngood@us.ibm.com> | 2013-03-02 12:31:25 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-03-10 15:41:33 -0600 |
commit | c68fc1f1983b470e12478d4ea38a759a54d50a47 (patch) | |
tree | fc5c104dfac45c5ec5f461609fa6d9e2837135ad /hints | |
parent | e85dc376c2772268b837317689ee75b525ef19e0 (diff) | |
download | perl-c68fc1f1983b470e12478d4ea38a759a54d50a47.tar.gz |
hints/os390.sh: z/OS long long support
Diffstat (limited to 'hints')
-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 6c1d8f041b..93e889fb23 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__ |