[llvm-commits] CVS: llvm/Makefile.rules

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Jan 26 05:35:06 PST 2007



Changes in directory llvm:

Makefile.rules updated: 1.419 -> 1.420
---
Log message:

Work around broken binutils on alpha

---
Diffs of the changes:  (+4 -0)

 Makefile.rules |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.419 llvm/Makefile.rules:1.420
--- llvm/Makefile.rules:1.419	Thu Jan 11 15:40:25 2007
+++ llvm/Makefile.rules	Fri Jan 26 07:34:50 2007
@@ -277,6 +277,10 @@
 endif
 endif
 
+ifeq ($(ARCH),Alpha)
+  LD.Flags += -Wl,--no-relax
+endif
+
 #--------------------------------------------------------------------
 # Directory locations
 #--------------------------------------------------------------------






More information about the llvm-commits mailing list