mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
Work around broken binutils on alpha
llvm-svn: 33535
This commit is contained in:
parent
fb6b9b1efa
commit
6ae270ed50
@ -277,6 +277,10 @@ ifeq ($(ENABLE_PIC),0)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),Alpha)
|
||||
LD.Flags += -Wl,--no-relax
|
||||
endif
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Directory locations
|
||||
#--------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user