Changeset 37572 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Oct 13, 2008, 6:21:43 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-10-13 Maciej Stachowiak <[email protected]>

Rubber stamped by Mark Rowe.


  • fixed <rdar://problem/5806316> JavaScriptCore should not force building with gcc 4.0
  • use gcc 4.2 when building with Xcode 3.1 or newer on Leopard, even though this is not the default
  • Configurations/DebugRelease.xcconfig:
  • JavaScriptCore.xcodeproj/project.pbxproj:

JavaScriptGlue:

2008-10-13 Maciej Stachowiak <[email protected]>

Rubber stamped by Mark Rowe.


  • use gcc 4.2 when building with Xcode 3.1 or newer on Leopard, even though this is not the default
  • Configurations/DebugRelease.xcconfig:

WebCore:

2008-10-13 Maciej Stachowiak <[email protected]>

Rubber stamped by Mark Rowe.


  • use gcc 4.2 when building with Xcode 3.1 or newer on Leopard, even though this is not the default
  • Configurations/DebugRelease.xcconfig:

WebKit/mac:

2008-10-13 Maciej Stachowiak <[email protected]>

Rubber stamped by Mark Rowe.


  • use gcc 4.2 when building with Xcode 3.1 or newer on Leopard, even though this is not the default
  • Configurations/DebugRelease.xcconfig:
Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r37570 r37572  
     12008-10-13  Maciej Stachowiak  <[email protected]>
     2
     3        Rubber stamped by Mark Rowe.
     4       
     5        - fixed <rdar://problem/5806316> JavaScriptCore should not force building with gcc 4.0
     6        - use gcc 4.2 when building with Xcode 3.1 or newer on Leopard, even though this is not the default
     7
     8        * Configurations/DebugRelease.xcconfig:
     9        * JavaScriptCore.xcodeproj/project.pbxproj:
     10
    1112008-10-13  Cameron Zwarich  <[email protected]>
    212
  • trunk/JavaScriptCore/Configurations/DebugRelease.xcconfig

    r35089 r37572  
    77
    88GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
     9
     10GCC_VERSION = $(GCC_VERSION_$(XCODE_VERSION_ACTUAL));
     11GCC_VERSION_0310 = 4.2;
     12GCC_VERSION_0311 = 4.2;
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r37312 r37572  
    301301                E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1EF79A80CE97BA60088D500 /* UTF8.cpp */; };
    302302/* End PBXBuildFile section */
    303 
    304 /* Begin PBXBuildRule section */
    305                 1CFE4BEC0B0BA1EB00CC444D /* PBXBuildRule */ = {
    306                         isa = PBXBuildRule;
    307                         compilerSpec = com.apple.compilers.gcc.4_0;
    308                         fileType = sourcecode.c;
    309                         isEditable = 1;
    310                         outputFiles = (
    311                         );
    312                 };
    313                 1CFE4BF10B0BA22200CC444D /* PBXBuildRule */ = {
    314                         isa = PBXBuildRule;
    315                         compilerSpec = com.apple.compilers.gcc.4_0;
    316                         fileType = sourcecode.cpp;
    317                         isEditable = 1;
    318                         outputFiles = (
    319                         );
    320                 };
    321                 5DAD97A80B39B88E0014FEFF /* PBXBuildRule */ = {
    322                         isa = PBXBuildRule;
    323                         compilerSpec = com.apple.compilers.gcc.4_0;
    324                         fileType = sourcecode.c;
    325                         isEditable = 1;
    326                         outputFiles = (
    327                         );
    328                 };
    329                 5DAD97A80B39B88E0014FFFF /* PBXBuildRule */ = {
    330                         isa = PBXBuildRule;
    331                         compilerSpec = com.apple.compilers.gcc.4_0;
    332                         fileType = sourcecode.cpp;
    333                         isEditable = 1;
    334                         outputFiles = (
    335                         );
    336                 };
    337                 5DAD97A80B39B88F0014FEFF /* PBXBuildRule */ = {
    338                         isa = PBXBuildRule;
    339                         compilerSpec = com.apple.compilers.gcc.4_0;
    340                         fileType = sourcecode.c;
    341                         isEditable = 1;
    342                         outputFiles = (
    343                         );
    344                 };
    345                 5DAD97A80B39B88F0014FFFF /* PBXBuildRule */ = {
    346                         isa = PBXBuildRule;
    347                         compilerSpec = com.apple.compilers.gcc.4_0;
    348                         fileType = sourcecode.cpp;
    349                         isEditable = 1;
    350                         outputFiles = (
    351                         );
    352                 };
    353                 5DAD97A80B39B89F0014FEFF /* PBXBuildRule */ = {
    354                         isa = PBXBuildRule;
    355                         compilerSpec = com.apple.compilers.gcc.4_0;
    356                         fileType = sourcecode.c;
    357                         isEditable = 1;
    358                         outputFiles = (
    359                         );
    360                 };
    361                 5DAD97A80B39B89F0014FFFF /* PBXBuildRule */ = {
    362                         isa = PBXBuildRule;
    363                         compilerSpec = com.apple.compilers.gcc.4_0;
    364                         fileType = sourcecode.cpp;
    365                         isEditable = 1;
    366                         outputFiles = (
    367                         );
    368                 };
    369 /* End PBXBuildRule section */
    370303
    371304/* Begin PBXContainerItemProxy section */
     
    16171550                        );
    16181551                        buildRules = (
    1619                                 5DAD97A80B39B88E0014FEFF /* PBXBuildRule */,
    1620                                 5DAD97A80B39B88E0014FFFF /* PBXBuildRule */,
    16211552                        );
    16221553                        dependencies = (
     
    16371568                        );
    16381569                        buildRules = (
    1639                                 5DAD97A80B39B88F0014FEFF /* PBXBuildRule */,
    1640                                 5DAD97A80B39B88F0014FFFF /* PBXBuildRule */,
    16411570                        );
    16421571                        dependencies = (
     
    16611590                        );
    16621591                        buildRules = (
    1663                                 1CFE4BF10B0BA22200CC444D /* PBXBuildRule */,
    1664                                 1CFE4BEC0B0BA1EB00CC444D /* PBXBuildRule */,
    16651592                        );
    16661593                        dependencies = (
     
    16831610                        );
    16841611                        buildRules = (
    1685                                 5DAD97A80B39B89F0014FEFF /* PBXBuildRule */,
    1686                                 5DAD97A80B39B89F0014FFFF /* PBXBuildRule */,
    16871612                        );
    16881613                        dependencies = (
     
    20952020                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    20962021                        buildSettings = {
    2097                                 GCC_VERSION = 4.0;
    20982022                                STRIP_INSTALLED_PRODUCT = NO;
    20992023                        };
Note: See TracChangeset for help on using the changeset viewer.