6d4766c1b8
the oabi is still in the tree, but it is expected this will be removed as developers work on surrounding code. With this commit the ARM EABI is the only supported supported ABI by FreeBSD on ARMa 32-bit processors. X-MFC after: never Relnotes: yes Differential Revision: https://reviews.freebsd.org/D876
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the arm architecture.
|
|
#
|
|
|
|
SOFTFLOAT_BITS=32
|
|
|
|
# Long double is just double precision.
|
|
MDSRCS+=machdep_ldisd.c
|
|
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map
|
|
|
|
.include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
|
|
|
|
.if ${MACHINE_ARCH} == "armv6hf"
|
|
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_vfp.map
|
|
.endif
|
|
|