Add missing -ffreestanding on mips

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-30 15:31:45 +01:00
parent 0997ea7a43
commit ba2d24dc11

View 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.