Makefile.inc revision 293297
1# $FreeBSD: stable/10/sys/boot/efi/Makefile.inc 293297 2016-01-07 02:22:45Z emaste $
2
3BINDIR?=	/boot
4
5.if ${MACHINE_CPUARCH} == "i386"
6CFLAGS+=        -march=i386
7.endif
8
9# Options used when building app-specific efi components
10# See conf/kern.mk for the correct set of these
11CFLAGS+=	-ffreestanding -fshort-wchar -Wformat
12CFLAGS+=	-mno-red-zone
13CFLAGS+=	-mno-mmx -mno-sse -mno-aes -mno-avx -msoft-float
14LDFLAGS+=	-nostdlib
15
16.include "../Makefile.inc"
17