1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/sys/boot/efi/Makefile.inc

17 lines
331 B
PHP
Raw Normal View History

# $FreeBSD$
2001-06-16 05:59:45 +00:00
2004-02-12 08:10:34 +00:00
BINDIR?= /boot
.if ${MACHINE_CPUARCH} == "amd64"
CFLAGS+= -m32 -march=i386
ACFLAGS+= -m32
LDFLAGS+= -m elf_i386_fbsd
AFLAGS+= --32
.endif
# Options used when building app-specific efi components
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
2004-02-12 08:10:34 +00:00
LDFLAGS+= -nostdlib
.include "../Makefile.inc"