projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b1eb02c
)
Some day I might actually learn to test changes first
Jarkko Hietaniemi [Sun, 26 May 2002 17:23:26 +0000 (17:23 +0000)]
before committing them in.
p4raw-id: //depot/perl@16804
hints/darwin.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index
166130c
..
518af30
100644
(file)
--- a/
hints/darwin.sh
+++ b/
hints/darwin.sh
@@
-85,7
+85,7
@@
cppflags="${cppflags} -no-cpp-precomp"
ccflags="${ccflags} -no-cpp-precomp"
# Known optimizer problems.
-case "`cc -v`" in
+case "`cc -v 2>&1`" in
*"3.1 20020105"*) toke_cflags='optimize=""' ;;
esac