This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable gcc-style function attributes on z/OS.
authorAndy Dougherty <doughera@lafayette.edu>
Wed, 27 Feb 2013 18:06:07 +0000 (13:06 -0500)
committerKarl Williamson <khw@cpan.org>
Tue, 21 Oct 2014 15:26:49 +0000 (09:26 -0600)
commit636a024b8c315521b8ddde9c3a7d31cea4e8d2f2
treea3f5875785a35ac9ab91a694c3b646b3ee030e00
parenta4c2c75af551764534f9f8cb6afd4ef6ba514f45
Disable gcc-style function attributes on z/OS.

John Goodyear <johngood@us.ibm.com> reports that the z/OS C compiler
supports the attribute keyword, but not exactly the same as gcc.
Instead of a "warning", the compiler emits an "INFORMATIONAL" message
that Configure fails to detect.  Until Configure is fixed, just disable
the attributes altogether.

John Goodyear
hints/os390.sh