From: Vladimir 'phcoder' Serbinenko Date: Wed, 30 Dec 2009 14:31:45 +0000 (+0100) Subject: Add missing -ffreestanding on mips X-Git-Tag: 1.98~160^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2d24dc113d5c2634797860ede3de57904ee700;p=thirdparty%2Fgrub.git Add missing -ffreestanding on mips --- diff --git a/conf/mips.rmk b/conf/mips.rmk index a6fcaf88e..1ef9579e8 100644 --- a/conf/mips.rmk +++ b/conf/mips.rmk @@ -2,7 +2,7 @@ # -*- makefile -*- COMMON_ASFLAGS += -nostdinc -COMMON_CFLAGS += -mexplicit-relocs -mflush-func=grub_cpu_flush_cache +COMMON_CFLAGS += -ffreestanding -mexplicit-relocs -mflush-func=grub_cpu_flush_cache COMMON_LDFLAGS += -nostdlib # Used by various components. These rules need to precede them.