This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85dc37
)
hints/os390.sh: z/OS long long support
author
John Goodyear
<johngood@us.ibm.com>
Sat, 2 Mar 2013 19:31:25 +0000
(12:31 -0700)
committer
Karl Williamson
<khw@cpan.org>
Tue, 10 Mar 2015 21:41:33 +0000
(15:41 -0600)
hints/os390.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/os390.sh
b/hints/os390.sh
index
6c1d8f0
..
93e889f
100644
(file)
--- 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__