From 063f2a04d158ec1b275a925dfbae74b124708cde Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 18 Dec 2013 13:13:23 +0100 Subject: [PATCH] Use -Wl,--no-relax rather than -mno-relax for uniformity. --- ChangeLog | 4 ++++ conf/Makefile.common | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71bd77e89..80c7cafa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-18 Vladimir Serbinenko + + Use -Wl,--no-relax rather than -mno-relax for uniformity. + 2013-12-18 Vladimir Serbinenko * INSTALL: Update comment as to why sparc64 clang isn't usable. diff --git a/conf/Makefile.common b/conf/Makefile.common index de55c9ad4..015cd29ce 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common @@ -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