summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/skiload
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/ia64/skiload
parent497bf7e88897236bcf8bf65604948fcb68be896b (diff)
downloadFreeBSD-src-d508cde2ba6413b8d1160ee49830a47889f31c32.zip
FreeBSD-src-d508cde2ba6413b8d1160ee49830a47889f31c32.tar.gz
Add -ffreestanding to avoid printf/puts/putchar conversions
Diffstat (limited to 'sys/boot/ia64/skiload')
-rw-r--r--sys/boot/ia64/skiload/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile
index 1ba911d..71447ba 100644
--- a/sys/boot/ia64/skiload/Makefile
+++ b/sys/boot/ia64/skiload/Makefile
@@ -41,6 +41,7 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../.. -I.
CFLAGS+= -I${.CURDIR}/../libski
CFLAGS+= -DLOADER
+CFLAGS+= -ffreestanding
LDFLAGS= -nostdlib -T ${.CURDIR}/ldscript.ia64
OpenPOWER on IntegriCloud