aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2007-01-26 13:34:50 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2007-01-26 13:34:50 +0000
commitc5e455d8ca00b001f8264da9bb2cdfa6ef35da3d (patch)
tree540123e04ca4b668eefa21656b9de120b8ae0b01 /Makefile.rules
parentc04dc690956fb7589a44b26e68616d87cfd2a3b6 (diff)
downloadexternal_llvm-c5e455d8ca00b001f8264da9bb2cdfa6ef35da3d.zip
external_llvm-c5e455d8ca00b001f8264da9bb2cdfa6ef35da3d.tar.gz
external_llvm-c5e455d8ca00b001f8264da9bb2cdfa6ef35da3d.tar.bz2
Work around broken binutils on alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-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
#--------------------------------------------------------------------