In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/328639fbc1d40cd59108388114f079f091562794?hp=6354881af5af0679c270bbd6fe87f1cb7cfeeb37>
- Log ----------------------------------------------------------------- commit 328639fbc1d40cd59108388114f079f091562794 Author: Jarkko Hietaniemi <[email protected]> Date: Fri Nov 21 07:09:25 2014 -0500 Revert "Since HP cc is strict c89, use -std=c89 with gcc." This reverts commit ff265b04d5aca2feab3937e669b95fe0aefae8cd. (no way this is going to work with uselargefiles) ----------------------------------------------------------------------- Summary of changes: hints/hpux.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hints/hpux.sh b/hints/hpux.sh index 8062d8f..39150be 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -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` -- Perl5 Master Repository
