]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/amd64/Makefile.inc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / boot / amd64 / Makefile.inc
1 # Common defines for all of /sys/boot/amd64/
2 #
3 # $FreeBSD$
4
5 BINDIR?=        /boot
6
7 # See conf/kern.mk for the correct set of these
8 CFLAGS+=        -ffreestanding -mno-red-zone
9 CFLAGS+=        -mno-mmx -mno-sse -mno-aes -mno-avx -msoft-float
10 LDFLAGS+=       -nostdlib
11
12 .include "../Makefile.inc"