summaryrefslogtreecommitdiffstats
path: root/sys/boot/amd64/Makefile.inc
blob: ee96a42abd824843baa3fc94da84f571ae720b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Common defines for all of /sys/boot/amd64/
#
# $FreeBSD$

BINDIR?=	/boot

# See conf/kern.mk for the correct set of these
CFLAGS+=	-ffreestanding
CFLAGS+=	-mno-mmx -mno-sse -mno-aes -mno-avx -msoft-float
LDFLAGS+=	-nostdlib

.include "../Makefile.inc"
OpenPOWER on IntegriCloud