Deleted Added
full compact
Makefile (215129) Makefile (215185)
1# $FreeBSD: head/lib/libcompiler_rt/Makefile 215129 2010-11-11 16:53:25Z ed $
1# $FreeBSD: head/lib/libcompiler_rt/Makefile 215185 2010-11-12 15:52:27Z ed $
2
3.include <bsd.own.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8
9CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN

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

142.for file in ${SRCF}
143. if ${MACHINE_CPUARCH} != "arm" && exists(${CRTSRC}/${CRTARCH}/${file}.S)
144SRCS+= ${file}.S
145. else
146SRCS+= ${file}.c
147. endif
148.endfor
149
2
3.include <bsd.own.mk>
4
5LIB= compiler_rt
6NO_PIC=
7WARNS?= 2
8
9CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN

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

142.for file in ${SRCF}
143. if ${MACHINE_CPUARCH} != "arm" && exists(${CRTSRC}/${CRTARCH}/${file}.S)
144SRCS+= ${file}.S
145. else
146SRCS+= ${file}.c
147. endif
148.endfor
149
150.if ${MK_INSTALLLIB} != "no"
150.if ${MACHINE_CPUARCH} != "sparc64"
151. if ${MK_INSTALLLIB} != "no"
151SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a
152SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a
152.endif
153.if ${MK_PROFILE} != "no"
153. endif
154. if ${MK_PROFILE} != "no"
154SYMLINKS+=libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a
155SYMLINKS+=libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a
156. endif
155.endif
156
157.include <bsd.lib.mk>
157.endif
158
159.include <bsd.lib.mk>