From d508cde2ba6413b8d1160ee49830a47889f31c32 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 19 Mar 2002 10:51:57 +0000 Subject: Add -ffreestanding to avoid printf/puts/putchar conversions --- sys/boot/ia64/skiload/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot/ia64/skiload') 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 -- cgit v1.1