Deleted Added
full compact
Makefile.inc (262722) Makefile.inc (263239)
1# $FreeBSD: head/lib/libc/arm/aeabi/Makefile.inc 262722 2014-03-04 02:19:39Z marcel $
1# $FreeBSD: head/lib/libc/arm/aeabi/Makefile.inc 263239 2014-03-16 13:16:30Z andrew $
2
3.PATH: ${LIBC_SRCTOP}/arm/aeabi
4
5SRCS+= aeabi_atexit.c \
6 aeabi_double.c \
7 aeabi_float.c \
8 aeabi_unwind_cpp.c
2
3.PATH: ${LIBC_SRCTOP}/arm/aeabi
4
5SRCS+= aeabi_atexit.c \
6 aeabi_double.c \
7 aeabi_float.c \
8 aeabi_unwind_cpp.c
9.if ${MACHINE_ARCH:Marmv6*}
10SRCS+= aeabi_vfp_double.S \
11 aeabi_vfp_float.S
12.endif
9
10# Add the aeabi_mem* functions. While they live in compiler-rt they call into
11# libc. This causes issues when other parts of libc call these functions.
12# We work around this by including these functions in libc but mark them as
13# hidden so users of libc will not pick up these versions.
14.PATH: ${LIBC_SRCTOP}/../../contrib/compiler-rt/lib/arm
15
16SRCS+= aeabi_memcmp.S \

--- 14 unchanged lines hidden ---
13
14# Add the aeabi_mem* functions. While they live in compiler-rt they call into
15# libc. This causes issues when other parts of libc call these functions.
16# We work around this by including these functions in libc but mark them as
17# hidden so users of libc will not pick up these versions.
18.PATH: ${LIBC_SRCTOP}/../../contrib/compiler-rt/lib/arm
19
20SRCS+= aeabi_memcmp.S \

--- 14 unchanged lines hidden ---