summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJohn Goodyear <johngood@us.ibm.com>2013-03-02 12:31:25 -0700
committerKarl Williamson <khw@cpan.org>2015-03-10 15:41:33 -0600
commitc68fc1f1983b470e12478d4ea38a759a54d50a47 (patch)
treefc5c104dfac45c5ec5f461609fa6d9e2837135ad /hints
parente85dc376c2772268b837317689ee75b525ef19e0 (diff)
downloadperl-c68fc1f1983b470e12478d4ea38a759a54d50a47.tar.gz
hints/os390.sh: z/OS long long support
Diffstat (limited to 'hints')
-rw-r--r--hints/os390.sh2
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__