mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-26 21:40:44 +00:00
- Disable unroll loops in AppKit/Foundation so that gcc 4.3.0 can be used
This commit is contained in:
parent
532e5084c3
commit
862c256963
@ -2870,6 +2870,7 @@
|
||||
6E2B57700976075500DA0954 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 6E2B57740976075500DA0954 /* Build configuration list for PBXProject "AppKit" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = 6E2B531A0976074C00DA0954 /* AppKit */;
|
||||
productRefGroup = 6E2B53230976074C00DA0954 /* Products */;
|
||||
@ -2880,6 +2881,7 @@
|
||||
ProjectRef = 6E46FEBE0A2D2DCF004CD27E /* Foundation.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
FE01A8070C5D9BCB00AEA51A /* AppKit-Windows-i386 */,
|
||||
);
|
||||
@ -3417,7 +3419,7 @@
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
||||
GCC_PREFIX_HEADER = "";
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
GCC_UNROLL_LOOPS = NO;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_MODE_FLAG = "og-w,a+rX";
|
||||
INSTALL_PATH = /Developer/Cocotron/1.0/Windows/i386/Frameworks;
|
||||
|
@ -208,6 +208,7 @@
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Cocoa" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* Cocoa */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
@ -222,6 +223,7 @@
|
||||
ProjectRef = FE3217D10BB41D16004F000A /* ApplicationServices.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
FE01AB110C5D9C3400AEA51A /* Cocoa-Windows-i386 */,
|
||||
);
|
||||
|
@ -6615,6 +6615,7 @@
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 6E2801B909746B8900EC542B /* Build configuration list for PBXProject "Foundation" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* Foundation */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
@ -6625,6 +6626,7 @@
|
||||
ProjectRef = FEB6CC400B4A1922004FADF2 /* objc.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
FE01A5970C5D9B6900AEA51A /* Foundation-Windows-i386 */,
|
||||
6EA048CA09E57D5F0067589C /* Foundation-Linux-i386 */,
|
||||
@ -8557,7 +8559,7 @@
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
GCC_UNROLL_LOOPS = NO;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_MODE_FLAG = "og-w,a+rX";
|
||||
INSTALL_PATH = /Developer/Cocotron/1.0/Windows/i386/Frameworks;
|
||||
|
@ -348,10 +348,12 @@
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "objc" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* objc */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
FE4034530B42E8AF00CEC41A /* objc-Linux-i386 */,
|
||||
FE4034840B42E94D00CEC41A /* objc-Solaris-sparc */,
|
||||
|
Loading…
Reference in New Issue
Block a user