Changeset 43691 in webkit for trunk/JavaScriptCore/Configurations
- Timestamp:
- May 14, 2009, 4:14:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/Configurations/Base.xcconfig
r42674 r43691 83 83 SECTORDER_FLAGS = -sectorder __TEXT __text JavaScriptCore.order; 84 84 85 GCC_VERSION = $(GCC_VERSION_$(XCODE_VERSION_ACTUAL)); 85 // Use GCC 4.2 with Xcode 3.1, which includes GCC 4.2 but defaults to GCC 4.0. 86 // Note that Xcode versions as new as 3.1.2 use XCODE_VERSION_ACTUAL for the minor version 87 // number. Newer versions of Xcode use XCODE_VERSION_MINOR for the minor version, and 88 // XCODE_VERSION_ACTUAL for the full version number. 89 GCC_VERSION = $(GCC_VERSION_$(XCODE_VERSION_MINOR)); 90 GCC_VERSION_ = $(GCC_VERSION_$(XCODE_VERSION_ACTUAL)); 86 91 GCC_VERSION_0310 = 4.2; 87 92
Note:
See TracChangeset
for help on using the changeset viewer.