* 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
|
@ -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…
Add table
Add a link
Reference in a new issue