1
1
2
2
Description := Target for Darwin using an Apple-style build.
3
3
4
- Configs := Debug Release Profile Static
4
+ Configs := Debug Release Profile Static
5
5
6
6
# We override this with RC_ARCHS because B&I may want to build on an ARCH we
7
7
# haven't explicitly defined support for. If all goes well, this will just work
18
18
19
19
20
20
CFLAGS := -Wall -Os -fomit-frame-pointer -g
21
- CFLAGS.Static := $(CFLAGS ) -static
21
+ CFLAGS.Static := $(CFLAGS ) -static
22
22
23
23
VISIBILITY_HIDDEN := 0
24
24
VISIBILITY_HIDDEN.Static := 1
@@ -29,8 +29,8 @@ FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \
29
29
divdc3 divdi3 divsc3 ffsdi2 \
30
30
fixdfdi fixsfdi fixunsdfdi fixunsdfsi fixunssfdi \
31
31
fixunssfsi floatdidf floatdisf floatundidf floatundisf \
32
- gcc_personality_v0 lshrdi3 moddi3 muldc3 muldi3 \
33
- mulsc3 mulvdi3 mulvsi3 negdi2 negvdi2 negvsi2 \
32
+ gcc_personality_v0 lshrdi3 moddi3 muldc3 muldi3 mulosi3 \
33
+ mulodi3 muloti3 mulsc3 mulvdi3 mulvsi3 negdi2 negvdi2 negvsi2 \
34
34
paritydi2 paritysi2 popcountdi2 popcountsi2 powidf2 \
35
35
powisf2 subvdi3 subvsi3 ucmpdi2 udivdi3 \
36
36
udivmoddi4 umoddi3 apple_versioning eprintf
@@ -51,7 +51,7 @@ FUNCTIONS.x86_64 := $(FUNCTIONS) \
51
51
fixunsxfti fixxfdi fixxfti floatdixf floattidf \
52
52
floattisf floattixf floatundixf floatuntidf \
53
53
floatuntisf floatuntixf lshrti3 modti3 multi3 \
54
- mulvti3 mulxc3 negti2 negvti2 parityti2 \
54
+ muloti3 mulvti3 mulxc3 negti2 negvti2 parityti2 \
55
55
popcountti2 powixf2 subvti3 ucmpti2 udivmodti4 \
56
56
udivti3 umodti3 clear_cache enable_execute_stack
57
57
FUNCTIONS.armv5 := $(FUNCTIONS ) \
@@ -65,7 +65,7 @@ FUNCTIONS.armv5 := $(FUNCTIONS) \
65
65
truncdfsf2 \
66
66
modsi3 umodsi3 udivsi3 divsi3 udivmodsi4 divmodsi4 \
67
67
switch8 switchu8 switch16 switch32 \
68
- sync_synchronize
68
+ sync_synchronize
69
69
70
70
FUNCTIONS.armv6 := $(FUNCTIONS ) \
71
71
comparedf2 comparesf2 \
@@ -81,7 +81,7 @@ FUNCTIONS.armv6 := $(FUNCTIONS) \
81
81
modsi3 umodsi3 udivsi3 divsi3 udivmodsi4 divmodsi4 \
82
82
switch8 switchu8 switch16 switch32 \
83
83
restore_vfp_d8_d15_regs save_vfp_d8_d15_regs \
84
- sync_synchronize
84
+ sync_synchronize
85
85
86
86
FUNCTIONS.armv7 := $(FUNCTIONS ) \
87
87
comparedf2 comparesf2 \
@@ -95,4 +95,3 @@ FUNCTIONS.armv7 := $(FUNCTIONS) \
95
95
nedf2vfp nesf2vfp \
96
96
subdf3vfp subsf3vfp truncdfsf2vfp unorddf2vfp unordsf2vfp \
97
97
modsi3 umodsi3 udivsi3 divsi3 udivmodsi4 divmodsi4
98
-
0 commit comments