summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-21 07:09:25 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-21 07:09:36 -0500
commit328639fbc1d40cd59108388114f079f091562794 (patch)
tree223daf706ba3475b8dda9fe4512d4579f10690d6 /hints/hpux.sh
parent6354881af5af0679c270bbd6fe87f1cb7cfeeb37 (diff)
downloadperl-328639fbc1d40cd59108388114f079f091562794.tar.gz
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)
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 8062d8f5b0..39150be73e 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`