Deleted Added
full compact
Makefile (236014) Makefile (236015)
1# $FreeBSD: stable/9/lib/libcompiler_rt/Makefile 236014 2012-05-25 17:20:00Z marius $
1# $FreeBSD: stable/9/lib/libcompiler_rt/Makefile 236015 2012-05-25 17:48:45Z marius $
2
3.include <bsd.own.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8
9CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN

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

74 floatundidf \
75 floatundisf \
76 floatundixf \
77 floatunsidf \
78 floatunsisf \
79 floatuntidf \
80 floatuntisf \
81 floatuntixf \
2
3.include <bsd.own.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8
9CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN

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

74 floatundidf \
75 floatundisf \
76 floatundixf \
77 floatunsidf \
78 floatunsisf \
79 floatuntidf \
80 floatuntisf \
81 floatuntixf \
82 int_util \
82 lshrdi3 \
83 lshrti3 \
84 moddi3 \
85 modti3 \
86 muldc3 \
87 muldi3 \
83 lshrdi3 \
84 lshrti3 \
85 moddi3 \
86 modti3 \
87 muldc3 \
88 muldi3 \
89 mulodi4 \
90 mulosi4 \
91 muloti4 \
88 mulsc3 \
89 multi3 \
90 mulvdi3 \
91 mulvsi3 \
92 mulvti3 \
93 mulxc3 \
94 negdf2 \
95 negdi2 \

--- 76 unchanged lines hidden ---
92 mulsc3 \
93 multi3 \
94 mulvdi3 \
95 mulvsi3 \
96 mulvti3 \
97 mulxc3 \
98 negdf2 \
99 negdi2 \

--- 76 unchanged lines hidden ---