Update some of the llvm in the readme
[oota-llvm.git] / 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
 #--------------------------------------------------------------------