diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 05:37:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 05:37:58 +0000 |
commit | c631d80af56f85756c1c42a46ff75478e8a18324 (patch) | |
tree | 75ff6b447cfcd91de309b066db4b85d4d245c7cb /hints | |
parent | 19e16c317c7cd98771d3ab219bdd0b66d3b1d632 (diff) | |
download | perl-c631d80af56f85756c1c42a46ff75478e8a18324.tar.gz |
The _cflags must be left-aligned.
p4raw-id: //depot/cfgperl@5483
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 3344808440..5e36c31cf2 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -208,7 +208,8 @@ esac ldflags="$ldflags -Wl,-woff,84" case "`uname -s`-`$cc -version 2>&1`" in -IRIX64-*7.2.*) op_cflags='optimize=-O1' ;; # workaround for an optimizer bug +IRIX64-*7.2.*) +op_cflags='optimize=-O1' ;; # workaround for an optimizer bug esac # We don't want these libraries. |