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 fb6b9b1efa
commit 6ae270ed50

View File

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