[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

aestes at apple.com aestes at apple.com
Mon Dec 27 16:28:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d3739b785f317236c5fadcfd3e1d4ac505f8d29a
Author: aestes at apple.com <aestes at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 03:25:34 2010 +0000

    2010-12-21  Andy Estes  <aestes at apple.com>
    
            Reviewed by Mark Rowe.
    
            Do not build non-Intel architectures for WebKit2-related projects.
            https://bugs.webkit.org/show_bug.cgi?id=51440
    
            * MiniBrowser/Configurations/Base.xcconfig: Only build for i386 and x86_64.
            * TestWebKitAPI/Configurations/Base.xcconfig: Ditto.
            * WebKitTestRunner/Configurations/Base.xcconfig: Ditto.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74450 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 7802f91..05e4e45 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-21  Andy Estes  <aestes at apple.com>
+
+        Reviewed by Mark Rowe.
+
+        Do not build non-Intel architectures for WebKit2-related projects.
+        https://bugs.webkit.org/show_bug.cgi?id=51440
+
+        * MiniBrowser/Configurations/Base.xcconfig: Only build for i386 and x86_64.
+        * TestWebKitAPI/Configurations/Base.xcconfig: Ditto.
+        * WebKitTestRunner/Configurations/Base.xcconfig: Ditto.
+
 2010-12-21  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/Tools/MiniBrowser/Configurations/Base.xcconfig b/Tools/MiniBrowser/Configurations/Base.xcconfig
index 23a0c75..abe65dd 100644
--- a/Tools/MiniBrowser/Configurations/Base.xcconfig
+++ b/Tools/MiniBrowser/Configurations/Base.xcconfig
@@ -31,6 +31,7 @@ GCC_WARN_UNUSED_VARIABLE = YES
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO
 WARNING_CFLAGS = -Wall -W -Wno-unused-parameter
 LINKER_DISPLAYS_MANGLED_NAMES = YES;
+VALID_ARCHS = i386 x86_64;
 
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
diff --git a/Tools/TestWebKitAPI/Configurations/Base.xcconfig b/Tools/TestWebKitAPI/Configurations/Base.xcconfig
index feabe9a..feb7c5e 100644
--- a/Tools/TestWebKitAPI/Configurations/Base.xcconfig
+++ b/Tools/TestWebKitAPI/Configurations/Base.xcconfig
@@ -34,6 +34,7 @@ GCC_WARN_UNUSED_VARIABLE = YES
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO
 WARNING_CFLAGS = -Wall -W -Wno-unused-parameter
 LINKER_DISPLAYS_MANGLED_NAMES = YES;
+VALID_ARCHS = i386 x86_64;
 
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
diff --git a/Tools/WebKitTestRunner/Configurations/Base.xcconfig b/Tools/WebKitTestRunner/Configurations/Base.xcconfig
index feabe9a..feb7c5e 100644
--- a/Tools/WebKitTestRunner/Configurations/Base.xcconfig
+++ b/Tools/WebKitTestRunner/Configurations/Base.xcconfig
@@ -34,6 +34,7 @@ GCC_WARN_UNUSED_VARIABLE = YES
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO
 WARNING_CFLAGS = -Wall -W -Wno-unused-parameter
 LINKER_DISPLAYS_MANGLED_NAMES = YES;
+VALID_ARCHS = i386 x86_64;
 
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list