mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
3029eff743
the quad support on 64-bit platforms.
10 lines
185 B
Makefile
10 lines
185 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the amd64 architecture.
|
|
#
|
|
|
|
# Long double is 80 bits
|
|
GDTOASRCS+=strtopx.c
|
|
MDSRCS+=machdep_ldisx.c
|
|
SYM_MAPS+=${.CURDIR}/amd64/Symbol.map
|