aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 93a0193..2b9b7fa 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -277,6 +277,10 @@ ifeq ($(ENABLE_PIC),0)
endif
endif
+ifeq ($(ARCH),Alpha)
+ LD.Flags += -Wl,--no-relax
+endif
+
#--------------------------------------------------------------------
# Directory locations
#--------------------------------------------------------------------