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

BINDIR?=	/boot

CFLAGS+=	-ffreestanding
CFLAGS+=	-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
LDFLAGS+=	-nostdlib

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