disable use of nm on darwin
authorRicardo Signes <rjbs@cpan.org>
Wed, 6 Jul 2011 14:34:31 +0000 (10:34 -0400)
committerRicardo Signes <rjbs@cpan.org>
Wed, 6 Jul 2011 14:34:34 +0000 (10:34 -0400)
Testing from 10.5 with Xcode 3 to the latest OS X works with usenm='false' but
not always with usenm='true'

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
 '')