RESOLVED FIXED 87588
Use xcrun to find path to nm for Mac port
https://bugs.webkit.org/show_bug.cgi?id=87588
Summary Use xcrun to find path to nm for Mac port
David Kilzer (:ddkilzer)
Reported 2012-05-26 23:47:28 PDT
Use xcrun to find path to nm for Mac port
Attachments
Patch v1 (3.48 KB, patch)
2012-05-26 23:49 PDT, David Kilzer (:ddkilzer)
mitz: review+
David Kilzer (:ddkilzer)
Comment 1 2012-05-26 23:49:24 PDT
Created attachment 144219 [details] Patch v1
David Kilzer (:ddkilzer)
Comment 2 2012-05-26 23:52:36 PDT
Dirk Pranke
Comment 3 2012-05-27 12:26:02 PDT
Perhaps a comment somewhere in the code, changelog, or bug about why xcrun is needed / useful?
David Kilzer (:ddkilzer)
Comment 4 2012-05-27 12:52:51 PDT
(In reply to comment #3) > Perhaps a comment somewhere in the code, changelog, or bug about why xcrun is needed / useful? Newer versions of Xcode now bundle build tools (like nm, gperf, etc.) inside each SDK (macosx, iphoneos, iphonesimulator) instead of in /usr/bin. This allows different versions of each tool to be shipped independent of the host (Mac) that's used to build and independent of each SDK. The xcrun tool is how one finds the path to the correct tool (based on which SDK you're currently building for). See Bug 80915.
Dirk Pranke
Comment 5 2012-05-27 14:31:38 PDT
thanks!
Note You need to log in before you can comment on or make changes to this bug.