projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f0c37b
)
Darwin needs -traditional-cpp for cppflags to build Errno.
Jarkko Hietaniemi [Sun, 24 Jun 2001 13:11:36 +0000 (13:11 +0000)]
p4raw-id: //depot/perl@10884
hints/darwin.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index
ff787fe
..
9ff2747
100644
(file)
--- a/
hints/darwin.sh
+++ b/
hints/darwin.sh
@@
-66,7
+66,7
@@
ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE";
ccflags="${ccflags} -DINT32_MIN_BROKEN -DINT64_MIN_BROKEN"
# cpp-precomp is problematic.
-cppflags='-no-precomp';
+cppflags='-traditional-cpp';
# Shared library extension is .dylib.
# Bundle extension is .bundle.