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
|
@ -986,10 +986,6 @@
|
||||||
Allow compilation without thumb-interwork as long as no thumb is
|
Allow compilation without thumb-interwork as long as no thumb is
|
||||||
involved or only thumb2 is used.
|
involved or only thumb2 is used.
|
||||||
|
|
||||||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
|
||||||
|
|
||||||
Use -Wl,--no-relax rather than -mno-relax for uniformity.
|
|
||||||
|
|
||||||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* INSTALL: Update comment as to why sparc64 clang isn't usable.
|
* INSTALL: Update comment as to why sparc64 clang isn't usable.
|
||||||
|
|
|
@ -8,7 +8,7 @@ unexport LC_ALL
|
||||||
# Platform specific options
|
# Platform specific options
|
||||||
if COND_sparc64_ieee1275
|
if COND_sparc64_ieee1275
|
||||||
CFLAGS_PLATFORM += -mno-app-regs
|
CFLAGS_PLATFORM += -mno-app-regs
|
||||||
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -Wl,--no-relax
|
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -mno-relax
|
||||||
endif
|
endif
|
||||||
if COND_sparc64_emu
|
if COND_sparc64_emu
|
||||||
CFLAGS_PLATFORM += -mno-app-regs
|
CFLAGS_PLATFORM += -mno-app-regs
|
||||||
|
|
Loading…
Reference in a new issue