Work around broken binutils on alpha
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 26 Jan 2007 13:34:50 +0000 (13:34 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 26 Jan 2007 13:34:50 +0000 (13:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33535 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 93a01932e7b3b41066a97dadccae73ceb14ffd98..2b9b7fa1fc8b8d536745f0eb93300e187404d2f8 100644 (file)
@@ -277,6 +277,10 @@ ifeq ($(ENABLE_PIC),0)
 endif
 endif
 
+ifeq ($(ARCH),Alpha)
+  LD.Flags += -Wl,--no-relax
+endif
+
 #--------------------------------------------------------------------
 # Directory locations
 #--------------------------------------------------------------------