* 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.
This commit is contained in:
parent
469021b4b3
commit
af1faca3f8
2 changed files with 11 additions and 4 deletions
11
ChangeLog
11
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue