Deleted Added
full compact
Makefile (245643) Makefile (245649)
1# $FreeBSD: head/lib/libcompiler_rt/Makefile 245643 2013-01-19 02:28:44Z andrew $
1# $FreeBSD: head/lib/libcompiler_rt/Makefile 245649 2013-01-19 03:47:18Z andrew $
2
3.include <bsd.own.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8
9CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN

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

177. if ${MACHINE_CPUARCH} != "arm" && exists(${CRTSRC}/${CRTARCH}/${file}.S)
178SRCS+= ${file}.S
179. else
180SRCS+= ${file}.c
181. endif
182.endfor
183
184.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
2
3.include <bsd.own.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8
9CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN

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

177. if ${MACHINE_CPUARCH} != "arm" && exists(${CRTSRC}/${CRTARCH}/${file}.S)
178SRCS+= ${file}.S
179. else
180SRCS+= ${file}.c
181. endif
182.endfor
183
184.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
185SRCS+= aeabi_idivmod.S \
185SRCS+= aeabi_idivmod.S \
186 aeabi_ldivmod.S \
187 aeabi_uidivmod.S \
188 aeabi_uldivmod.S
189.endif
190
191.if ${MACHINE_CPUARCH} != "mips"
192. if ${MK_INSTALLLIB} != "no"
193SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a

--- 14 unchanged lines hidden ---
186 aeabi_ldivmod.S \
187 aeabi_uidivmod.S \
188 aeabi_uldivmod.S
189.endif
190
191.if ${MACHINE_CPUARCH} != "mips"
192. if ${MK_INSTALLLIB} != "no"
193SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a

--- 14 unchanged lines hidden ---