mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 04:46:39 -04:00
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
215 B
Makefile
13 lines
215 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the amd64 architecture.
|
|
#
|
|
|
|
#
|
|
# AMD64 is 64-bit, so it doesn't need quad functions:
|
|
#
|
|
NO_QUAD=
|
|
|
|
# Long double is 80 bits
|
|
GDTOASRCS+=strtopx.c
|
|
MDSRCS+=machdep_ldisx.c
|