Revert " Use -Wl,--no-relax rather than -mno-relax for uniformity."

This reverts commit 063f2a04d1.
This commit is contained in:
Vladimir Serbinenko 2014-09-21 19:02:11 +02:00
parent 0f1f95c7b7
commit 6d05b6383c
2 changed files with 1 additions and 5 deletions

View file

@ -8,7 +8,7 @@ unexport LC_ALL
# Platform specific options
if COND_sparc64_ieee1275
CFLAGS_PLATFORM += -mno-app-regs
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -Wl,--no-relax
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -mno-relax
endif
if COND_sparc64_emu
CFLAGS_PLATFORM += -mno-app-regs