* conf/Makefile.common: Remove -mexplicit-relocs and -DUSE_ASCII_FALLBACK on yeeloong.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 29 Nov 2013 02:45:50 +0000 (03:45 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 29 Nov 2013 02:45:50 +0000 (03:45 +0100)
-DUSE_ASCII_FALLBACK is already added by font snippets.
-mexplicit-relocs isn't needed is compiler/assemblera are
configured properly.
If they're not we shouldn't attempt to fix it by ourselves.
Binary compare between before and after shows no difference.

ChangeLog
conf/Makefile.common

index 0d89f06..9208c79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-11-29  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * conf/Makefile.common: Remove -mexplicit-relocs and
+       -DUSE_ASCII_FALLBACK on yeeloong.
+
+       -DUSE_ASCII_FALLBACK is already added by font snippets.
+       -mexplicit-relocs isn't needed is compiler/assemblera are
+       configured properly.
+       If they're not we shouldn't attempt to fix it by ourselves.
+       Binary compare between before and after shows no difference.
+
 2013-11-29  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/Makefile.core.def: Remove libgnulib.a and use its
index d887df1..c72d678 100644 (file)
@@ -6,10 +6,6 @@ export LC_COLLATE := C
 unexport LC_ALL
 
 # Platform specific options
-if COND_mips_loongson
-  CFLAGS_PLATFORM += -mexplicit-relocs
-  CPPFLAGS_PLATFORM = -DUSE_ASCII_FALLBACK
-endif
 if COND_sparc64_ieee1275
   CFLAGS_PLATFORM += -mno-app-regs
   LDFLAGS_PLATFORM = -Wl,-melf64_sparc -mno-relax