Use -Wl,--no-relax rather than -mno-relax for uniformity.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 12:13:23 +0000 (13:13 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 12:13:23 +0000 (13:13 +0100)
ChangeLog
conf/Makefile.common

index 71bd77e..80c7caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index de55c9a..015cd29 100644 (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 -mno-relax
+  LDFLAGS_PLATFORM = -Wl,-melf64_sparc -Wl,--no-relax
 endif
 if COND_sparc64_emu
   CFLAGS_PLATFORM += -mno-app-regs