forked from jhnbwrs/macportsGCCfixup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
GCC Generic.xcspec
37 lines (35 loc) · 995 Bytes
/
GCC Generic.xcspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
GCC Compiler Specification Proxy for the Default System Version
Copyright (c) 2000-2010 Apple Inc.
All Rights Reserved.
*/
{ Type = Compiler;
Identifier = com.apple.compilers.gcc;
Class = PBXCompilerSpecificationGcc;
Name = "GCC System Version";
Description = "GNU C/ObjC Compiler";
Version = "Default";
Vendor = "Apple";
Architectures = (
i386,
ppc,
ppc7400,
ppc7450,
ppc970,
ppc64,
"x86_64",
armv6,
armv7,
);
FileTypes = (sourcecode.c.c, sourcecode.c.objc, sourcecode.cpp.cpp, sourcecode.cpp.objcpp, sourcecode.asm);
BuiltinJambaseRuleName = "ProcessC"; // <== is this still used? A.B. 2004.09.20
CommandOutputParser = XCGccCommandOutputParser;
OptionConditionFlavors = (
arch,
sdk,
);
SupportsHeadermaps = Yes;
DashIFlagAcceptsHeadermaps = No;
UseCPlusPlusCompilerDriverWhenBundlizing = No;
SupportsIsysroot = NO;
}