This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Wording tweak to clarify that perlbug submits the patch for you via email
[perl5.git] / hints / darwin.sh
index 95dc549..f9b697b 100644 (file)
@@ -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
 '')