summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2013-11-22 04:36:53 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2013-11-22 04:36:53 +0100
commit0d8f04cd830f55800a078e16b6c68647786fd917 (patch)
tree0643bbf5f382331d613527b099ac433f90f1521a /conf
parent490605201962c6f7b9bc39856fa28c040ef79feb (diff)
Remove -march=mips3 from TARGET_CCASFLAGS as it creates linking problem
when rest of GRUB is compiled for hisher stepping. Instead use .set mips3/.set mips1 around cache and sync opcodes.
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/Makefile.common b/conf/Makefile.common
index 39d2f4d60..835aeeac5 100644
--- a/conf/Makefile.common
+++ b/conf/Makefile.common
@@ -12,7 +12,6 @@ if COND_mips_loongson
endif
if COND_mips
CFLAGS_PLATFORM += -mflush-func=grub_red_herring
- CCASFLAGS_PLATFORM = -march=mips3
endif
if COND_sparc64_ieee1275
CFLAGS_PLATFORM += -mno-app-regs