Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (87579 => 87580)
--- trunk/Source/_javascript_Core/ChangeLog 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-05-27 22:57:53 UTC (rev 87580)
@@ -1,3 +1,11 @@
+2011-05-27 Stephanie Lewis <sle...@apple.com>
+
+ Unreviewed.
+
+ Fix a typo in the order_file flag.
+
+ * Configurations/Base.xcconfig:
+
2011-05-27 Patrick Gansterer <par...@webkit.org>
Unreviewed. Build fix for !ENABLE(ASSEMBLER) after r87527.
Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (87579 => 87580)
--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2011-05-27 22:57:53 UTC (rev 87580)
@@ -102,7 +102,7 @@
DEAD_CODE_STRIPPING_normal = YES;
DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));
-SECTORDER_FLAGS = -W1,-order_file,_javascript_Core.order;
+SECTORDER_FLAGS = -Wl,-order_file,_javascript_Core.order;
// FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
GCC_ENABLE_CPP_EXCEPTIONS = $(GCC_ENABLE_CPP_EXCEPTIONS_$(TARGET_GCC_VERSION));
Modified: trunk/Source/WebCore/ChangeLog (87579 => 87580)
--- trunk/Source/WebCore/ChangeLog 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/WebCore/ChangeLog 2011-05-27 22:57:53 UTC (rev 87580)
@@ -1,3 +1,11 @@
+2011-05-27 Stephanie Lewis <sle...@apple.com>
+
+ Unreviewed.
+
+ Fix a typo in the order_file flag.
+
+ * Configurations/Base.xcconfig:
+
2011-05-27 Anders Carlsson <ander...@apple.com>
Reviewed by Sam Weinig.
Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (87579 => 87580)
--- trunk/Source/WebCore/Configurations/Base.xcconfig 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig 2011-05-27 22:57:53 UTC (rev 87580)
@@ -92,7 +92,7 @@
DEAD_CODE_STRIPPING_normal = YES;
DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));
-SECTORDER_FLAGS = -W1,-order_file,WebCore.order;
+SECTORDER_FLAGS = -Wl,-order_file,WebCore.order;
WEBCORE_SQLITE3_HEADER_SEARCH_PATHS = $(NEXT_ROOT)/usr/local/include/WebCoreSQLite3;
SQLITE3_HEADER_SEARCH_PATHS = $(SQLITE3_HEADER_SEARCH_PATHS_$(REAL_PLATFORM_NAME));
Modified: trunk/Source/WebKit/mac/ChangeLog (87579 => 87580)
--- trunk/Source/WebKit/mac/ChangeLog 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/WebKit/mac/ChangeLog 2011-05-27 22:57:53 UTC (rev 87580)
@@ -1,5 +1,13 @@
2011-05-27 Stephanie Lewis <sle...@apple.com>
+ Unreviewed.
+
+ Fix a typo in the order_file flag.
+
+ * Configurations/Base.xcconfig:
+
+2011-05-27 Stephanie Lewis <sle...@apple.com>
+
Rubber Stamped by Adam Roben.
Update Order Files. Use -order_file flag since it can order more of the binary.
Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (87579 => 87580)
--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2011-05-27 22:57:53 UTC (rev 87580)
@@ -88,7 +88,7 @@
// building the MiG bindings for WebKitPluginClient even when the functions that the bindings wrap are not built.
DEAD_CODE_STRIPPING = YES;
-SECTORDER_FLAGS = -W1,-order_file,mac/WebKit.order;
+SECTORDER_FLAGS = -Wl,-order_file,mac/WebKit.order;
// FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
GCC_ENABLE_CPP_EXCEPTIONS = $(GCC_ENABLE_CPP_EXCEPTIONS_$(TARGET_GCC_VERSION));
Modified: trunk/Source/WebKit2/ChangeLog (87579 => 87580)
--- trunk/Source/WebKit2/ChangeLog 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/WebKit2/ChangeLog 2011-05-27 22:57:53 UTC (rev 87580)
@@ -1,3 +1,11 @@
+2011-05-27 Stephanie Lewis <sle...@apple.com>
+
+ Unreviewed.
+
+ Fix a typo in the order_file flag.
+
+ * Configurations/Base.xcconfig:
+
2011-05-27 Jeff Miller <je...@apple.com>
Rubber-stamped by Steve Falkenburg.
Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (87579 => 87580)
--- trunk/Source/WebKit2/Configurations/Base.xcconfig 2011-05-27 22:32:01 UTC (rev 87579)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig 2011-05-27 22:57:53 UTC (rev 87580)
@@ -81,7 +81,7 @@
// building the MiG bindings for WebKitPluginClient even when the functions that the bindings wrap are not built.
DEAD_CODE_STRIPPING = YES;
-SECTORDER_FLAGS = -W1,-order_file,mac/WebKit2.order;
+SECTORDER_FLAGS = -Wl,-order_file,mac/WebKit2.order;
// FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
GCC_ENABLE_CPP_EXCEPTIONS = $(GCC_ENABLE_CPP_EXCEPTIONS_$(TARGET_GCC_VERSION));