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:
2be2087
)
Fix typo.
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 26 Feb 2009 08:48:14 +0000
(08:48 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Thu, 26 Feb 2009 08:48:14 +0000
(08:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65521
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index a048f941ad170922726cf79e5400754a5074c4be..f6b697e1605b582391cd9310af53d63930290037 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-977,7
+977,7
@@
all-local:: $(LibName.O)
$(LibName.O): $(ObjectsO) $(LibDir)/.dir
$(Echo) Linking $(BuildMode) Object Library $(notdir $@)
- $(Verb) $(Relink) -Wl,-r -nodefaultlibs -nostdlib
s
-nostartfiles -o $@ $(ObjectsO)
+ $(Verb) $(Relink) -Wl,-r -nodefaultlibs -nostdlib -nostartfiles -o $@ $(ObjectsO)
clean-local::
ifneq ($(strip $(LibName.O)),)