]> git.proxmox.com Git - grub2.git/commitdiff
Revert " Use -Wl,--no-relax rather than -mno-relax for uniformity."
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 21 Sep 2014 17:02:11 +0000 (19:02 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 21 Sep 2014 17:02:11 +0000 (19:02 +0200)
This reverts commit 063f2a04d158ec1b275a925dfbae74b124708cde.

ChangeLog
conf/Makefile.common

index 6b35a5c2b1db35a870f221fee65c5a9f18dc5d5e..6d786baca887a66667991ffd7bc8f4670437d277 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Allow compilation without thumb-interwork as long as no thumb is
        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>
 
        * INSTALL: Update comment as to why sparc64 clang isn't usable.
index e4c301fb6b6ae6a194cf2ced69700dfcbbb270a1..51fbaf99dc2470d20deefb483053dd4e7dd90635 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 -Wl,--no-relax
+  LDFLAGS_PLATFORM = -Wl,-melf64_sparc -mno-relax
 endif
 if COND_sparc64_emu
   CFLAGS_PLATFORM += -mno-app-regs