summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2011-07-06 10:34:31 -0400
committerRicardo Signes <rjbs@cpan.org>2011-08-11 10:30:55 -0400
commit8621250723f229ae2fc76d8fadd21389ca4a3256 (patch)
tree280e8348435f7cc06888557836f1c449de594636
parentcc92ef02098c000d945bcf93c92bdb2a0a05fa97 (diff)
downloadperl-8621250723f229ae2fc76d8fadd21389ca4a3256.tar.gz
disable use of nm on darwin
Testing from 10.5 with Xcode 3 to the latest OS X works with usenm='false' but not always with usenm='true' (cherry picked from commit 60a655a1ee05c577268377c1135ffabc34dbff43)
-rw-r--r--hints/darwin.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 95dc549541..f9b697b822 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -73,8 +73,10 @@ esac
# Since we can build fat, the archname doesn't need the processor type
archname='darwin';
-# nm works.
-usenm='true';
+# nm isn't known to work after Snow Leopard and XCode 4; testing with OS X 10.5
+# and Xcode 3 shows a working nm, but pretending it doesn't work produces no
+# problems.
+usenm='false';
case "$optimize" in
'')