Deleted Added
full compact
Makefile.inc (180012) Makefile.inc (234493)
1# $FreeBSD: head/sys/boot/efi/Makefile.inc 180012 2008-06-25 21:33:28Z ru $
1# $FreeBSD: head/sys/boot/efi/Makefile.inc 234493 2012-04-20 15:01:23Z marcel $
2
3BINDIR?= /boot
4
2
3BINDIR?= /boot
4
5.if ${MACHINE_CPUARCH} == "amd64"
6CFLAGS+= -m32 -march=i386
7ACFLAGS+= -m32
8LDFLAGS+= -m elf_i386_fbsd
9AFLAGS+= --32
10.endif
11
5# Options used when building app-specific efi components
6CFLAGS+= -ffreestanding -fshort-wchar -Wformat
7LDFLAGS+= -nostdlib
8
9.include "../Makefile.inc"
12# Options used when building app-specific efi components
13CFLAGS+= -ffreestanding -fshort-wchar -Wformat
14LDFLAGS+= -nostdlib
15
16.include "../Makefile.inc"