Deleted Added
full compact
Makefile.inc (256281) Makefile.inc (266314)
1# $FreeBSD: stable/10/lib/libc/arm/aeabi/Makefile.inc 246706 2013-02-12 06:04:51Z andrew $
1# $FreeBSD: stable/10/lib/libc/arm/aeabi/Makefile.inc 266314 2014-05-17 14:22:37Z ian $
2
3.PATH: ${.CURDIR}/arm/aeabi
4
5SRCS+= aeabi_atexit.c \
6 aeabi_double.c \
7 aeabi_float.c \
8 aeabi_unwind_cpp.c
2
3.PATH: ${.CURDIR}/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: ${.CURDIR}/../../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: ${.CURDIR}/../../contrib/compiler-rt/lib/arm
19
20SRCS+= aeabi_memcmp.S \

--- 14 unchanged lines hidden ---