Changeset 42152 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Apr 1, 2009, 12:32:41 PM (16 years ago)
Author:
[email protected]
Message:

2009-04-01 Greg Bolsinga <[email protected]>

Reviewed by Mark Rowe.

https://bugs.webkit.org/show_bug.cgi?id=24990
Put SECTORDER_FLAGS into xcconfig files.

Location:
trunk/JavaScriptCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r42068 r42152  
     12009-04-01  Greg Bolsinga  <[email protected]>
     2
     3        Reviewed by Mark Rowe.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=24990
     6        Put SECTORDER_FLAGS into xcconfig files.
     7
     8        * Configurations/Base.xcconfig:
     9        * Configurations/DebugRelease.xcconfig:
     10        * JavaScriptCore.xcodeproj/project.pbxproj:
     11
    1122009-03-27  Oliver Hunt  <[email protected]>
    213
  • trunk/JavaScriptCore/Configurations/Base.xcconfig

    r41417 r42152  
    5858DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));
    5959
     60SECTORDER_FLAGS = -sectorder __TEXT __text JavaScriptCore.order;
    6061
    6162GCC_VERSION = $(GCC_VERSION_$(XCODE_VERSION_ACTUAL));
  • trunk/JavaScriptCore/Configurations/DebugRelease.xcconfig

    r41698 r42152  
    1616
    1717GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
     18
     19SECTORDER_FLAGS = ;
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r41695 r42152  
    22062206                                        debug,
    22072207                                );
    2208                                 SECTORDER_FLAGS = (
    2209                                         "-sectorder",
    2210                                         __TEXT,
    2211                                         __text,
    2212                                         JavaScriptCore.order,
    2213                                 );
    22142208                        };
    22152209                        name = Production;
Note: See TracChangeset for help on using the changeset viewer.