blob: cd8f0f121ea6542ef383ffff8636aca2ae18a73c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $FreeBSD$
#
# Machine dependent definitions for the amd64 architecture.
#
# Long double is 80 bits
GDTOASRCS+=strtorx.c
SRCS+=machdep_ldisx.c
SYM_MAPS+=${LIBC_SRCTOP}/amd64/Symbol.map
|