]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add missing -ffreestanding on mips
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 30 Dec 2009 14:31:45 +0000 (15:31 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 30 Dec 2009 14:31:45 +0000 (15:31 +0100)
conf/mips.rmk

index a6fcaf88ee428c620d9e61a1203e0a739d9aee75..1ef9579e8b4acf769475e5be1c40b2ca122c044f 100644 (file)
@@ -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.