From ce04447cdfa298204b0d3e6fe6cc24686c935354 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 10 May 2002 09:26:35 +0000 Subject: -ffreestanding is the word. (also resort some CFLAGS such that the more "important" value are first so they are easier to see) --- sys/boot/arc/loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/arc/loader') diff --git a/sys/boot/arc/loader/Makefile b/sys/boot/arc/loader/Makefile index 351311b..e7b7457 100644 --- a/sys/boot/arc/loader/Makefile +++ b/sys/boot/arc/loader/Makefile @@ -14,7 +14,7 @@ SRCS+= main.c conf.c # Always add MI sources .PATH: ${.CURDIR}/../../common .include <${.CURDIR}/../../common/Makefile.inc> -CFLAGS+= -mno-fp-regs +CFLAGS+= -ffreestanding -mno-fp-regs CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR} CFLAGS+= -I${.CURDIR}/../../.. -I. CFLAGS+= -DLOADER -- cgit v1.1