Use -Wl,--no-relax rather than -mno-relax for uniformity.
This commit is contained in:
parent
113f786989
commit
063f2a04d1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* INSTALL: Update comment as to why sparc64 clang isn't usable.
|
||||
|
|
|
@ -8,7 +8,7 @@ unexport LC_ALL
|
|||
# Platform specific options
|
||||
if COND_sparc64_ieee1275
|
||||
CFLAGS_PLATFORM += -mno-app-regs
|
||||
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -mno-relax
|
||||
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -Wl,--no-relax
|
||||
endif
|
||||
if COND_sparc64_emu
|
||||
CFLAGS_PLATFORM += -mno-app-regs
|
||||
|
|
Loading…
Reference in a new issue