Newer
Older
UbixOS / src / lib / libc_bsd / arm / Makefile.inc
@Charlie Root Charlie Root on 31 Dec 2017 405 bytes Sync
Makefile.incl 245655 2013-01-19 05:33:55Z andrew $
#
# Machine dependent definitions for the arm architecture.
#

SOFTFLOAT_BITS=32

# Long double is just double precision.
MDSRCS+=machdep_ldisd.c
SYM_MAPS+=${.CURDIR}/arm/Symbol.map

.if ${MK_ARM_EABI} == "no"
# This contains the symbols that were removed when moving to the ARM EABI
SYM_MAPS+=${.CURDIR}/arm/Symbol_oabi.map
.else
Makefile.incl"
.endif