Makefile.inc (bb41cbb27cf6bbfb2a749cc3b7e582d671504651) | Makefile.inc (01298368941f31f50e1d579d70120e953c63d34f) |
---|---|
1# $FreeBSD$ 2# 3# Machine dependent definitions for the arm architecture. 4# 5 6SOFTFLOAT_BITS=32 7 8# Long double is just double precision. 9MDSRCS+=machdep_ldisd.c 10SYM_MAPS+=${.CURDIR}/arm/Symbol.map 11 12.if ${MK_ARM_EABI} == "no" 13# This contains the symbols that were removed when moving to the ARM EABI 14SYM_MAPS+=${.CURDIR}/arm/Symbol_oabi.map | 1# $FreeBSD$ 2# 3# Machine dependent definitions for the arm architecture. 4# 5 6SOFTFLOAT_BITS=32 7 8# Long double is just double precision. 9MDSRCS+=machdep_ldisd.c 10SYM_MAPS+=${.CURDIR}/arm/Symbol.map 11 12.if ${MK_ARM_EABI} == "no" 13# This contains the symbols that were removed when moving to the ARM EABI 14SYM_MAPS+=${.CURDIR}/arm/Symbol_oabi.map |
15.else 16.include "${.CURDIR}/arm/aeabi/Makefile.inc" |
|
15.endif 16 | 17.endif 18 |