forked from OSchip/llvm-project
parent
23f1272d37
commit
0ad67b0e43
|
@ -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