Work around broken binutils on alpha

llvm-svn: 33535
This commit is contained in:
Andrew Lenharth 2007-01-26 13:34:50 +00:00
parent 23f1272d37
commit 0ad67b0e43
1 changed files with 4 additions and 0 deletions

View File

@ -277,6 +277,10 @@ ifeq ($(ENABLE_PIC),0)
endif
endif
ifeq ($(ARCH),Alpha)
LD.Flags += -Wl,--no-relax
endif
#--------------------------------------------------------------------
# Directory locations
#--------------------------------------------------------------------