Makefile (416ba5c74546f32a993436a99516d35008e9f384) Makefile (852790874793186f2dfe59fd7c7a082c6920ed9c)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8

--- 34 unchanged lines hidden (view full) ---

43 divdi3 \
44 divmoddi4 \
45 divmodsi4 \
46 divsc3 \
47 divti3 \
48 divxc3 \
49 enable_execute_stack \
50 eprintf \
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8

--- 34 unchanged lines hidden (view full) ---

43 divdi3 \
44 divmoddi4 \
45 divmodsi4 \
46 divsc3 \
47 divti3 \
48 divxc3 \
49 enable_execute_stack \
50 eprintf \
51 extendhfsf2 \
51 ffsdi2 \
52 ffsti2 \
53 fixdfdi \
54 fixdfti \
55 fixsfdi \
56 fixsfti \
57 fixunsdfdi \
58 fixunsdfsi \

--- 57 unchanged lines hidden (view full) ---

116 powidf2 \
117 powisf2 \
118 powitf2 \
119 powixf2 \
120 subvdi3 \
121 subvsi3 \
122 subvti3 \
123 trampoline_setup \
52 ffsdi2 \
53 ffsti2 \
54 fixdfdi \
55 fixdfti \
56 fixsfdi \
57 fixsfti \
58 fixunsdfdi \
59 fixunsdfsi \

--- 57 unchanged lines hidden (view full) ---

117 powidf2 \
118 powisf2 \
119 powitf2 \
120 powixf2 \
121 subvdi3 \
122 subvsi3 \
123 subvti3 \
124 trampoline_setup \
125 truncdfhf2 \
126 truncsfhf2 \
124 ucmpdi2 \
125 ucmpti2 \
126 udivdi3 \
127 udivmoddi4 \
128 udivmodsi4 \
129 udivmodti4 \
130 udivti3 \
131 umoddi3 \

--- 108 unchanged lines hidden ---
127 ucmpdi2 \
128 ucmpti2 \
129 udivdi3 \
130 udivmoddi4 \
131 udivmodsi4 \
132 udivmodti4 \
133 udivti3 \
134 umoddi3 \

--- 108 unchanged lines hidden ---