Revert " Use -Wl,--no-relax rather than -mno-relax for uniformity."
This reverts commit 063f2a04d1
.
This commit is contained in:
parent
0f1f95c7b7
commit
6d05b6383c
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue