summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 10:51:57 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 10:51:57 +0000
commitd508cde2ba6413b8d1160ee49830a47889f31c32 (patch)
tree69c3d00054b8a17c94e938f35fe36935f5469604 /sys/boot/efi/Makefile.inc
parent497bf7e88897236bcf8bf65604948fcb68be896b (diff)
downloadFreeBSD-src-d508cde2ba6413b8d1160ee49830a47889f31c32.zip
FreeBSD-src-d508cde2ba6413b8d1160ee49830a47889f31c32.tar.gz
Add -ffreestanding to avoid printf/puts/putchar conversions
Diffstat (limited to 'sys/boot/efi/Makefile.inc')
-rw-r--r--sys/boot/efi/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc
index d37a508..d36cdb7 100644
--- a/sys/boot/efi/Makefile.inc
+++ b/sys/boot/efi/Makefile.inc
@@ -6,3 +6,4 @@ DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
LIBSTAND= -lstand
LIBEFI= ${.OBJDIR}/../libefi/libefi.a
+CFLAGS+= -ffreestanding
OpenPOWER on IntegriCloud