projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c04dc69
)
Work around broken binutils on alpha
author
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 26 Jan 2007 13:34:50 +0000
(13:34 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 26 Jan 2007 13:34:50 +0000
(13:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33535
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 93a01932e7b3b41066a97dadccae73ceb14ffd98..2b9b7fa1fc8b8d536745f0eb93300e187404d2f8 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-277,6
+277,10
@@
ifeq ($(ENABLE_PIC),0)
endif
endif
+ifeq ($(ARCH),Alpha)
+ LD.Flags += -Wl,--no-relax
+endif
+
#--------------------------------------------------------------------
# Directory locations
#--------------------------------------------------------------------