bd15659f64
The purpose of having a separate file involved an abandoned scheme that would have kept contrib/gdtoa out of the include path for the rest of libc.
13 lines
185 B
Makefile
13 lines
185 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the arm architecture.
|
|
#
|
|
|
|
SOFTFLOAT_BITS=32
|
|
|
|
CFLAGS+=-DSOFTFLOAT
|
|
|
|
# Long double is 80 bits
|
|
GDTOASRCS+=strtopx.c
|
|
MDSRCS+=machdep_ldisx.c
|