This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Since HP cc is strict c89, use -std=c89 with gcc."
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 21 Nov 2014 12:09:25 +0000 (07:09 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 21 Nov 2014 12:09:36 +0000 (07:09 -0500)
This reverts commit ff265b04d5aca2feab3937e669b95fe0aefae8cd.

(no way this is going to work with uselargefiles)

hints/hpux.sh

index 8062d8f..39150be 100644 (file)
@@ -76,10 +76,6 @@ case "$prefix" in
 case `$cc -v 2>&1`"" in
     *gcc*)  ccisgcc="$define"
            ccflags="$cc_cppflags"
-
-           # Since the HP cc is strict C89, let's follow suit.
-           ccflags="$ccflags -std=c89"
-
            if [ "X$gccversion" = "X" ]; then
                # Done too late in Configure if hinted
                gccversion=`$cc -dumpversion`