diff --git a/ChangeLog b/ChangeLog index 0d89f066c..9208c7912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-11-29 Vladimir Serbinenko + + * 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 * grub-core/Makefile.core.def: Remove libgnulib.a and use its diff --git a/conf/Makefile.common b/conf/Makefile.common index d887df184..c72d678bd 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common @@ -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