diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-26 08:48:14 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-26 08:48:14 +0000 |
| commit | b51813fc1c3fa0f9a79ae1a6fd185d7d440a623a (patch) | |
| tree | c0651b1a37ea04bbb45236608448f086649825d1 | |
| parent | a0b8aaaad42a8dcb9a41e1c70e37fe1813302854 (diff) | |
| download | bcm5719-llvm-b51813fc1c3fa0f9a79ae1a6fd185d7d440a623a.tar.gz bcm5719-llvm-b51813fc1c3fa0f9a79ae1a6fd185d7d440a623a.zip | |
Fix typo.
llvm-svn: 65521
| -rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index a048f941ad1..f6b697e1605 100644 --- a/llvm/Makefile.rules +++ b/llvm/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 -nostdlibs -nostartfiles -o $@ $(ObjectsO) + $(Verb) $(Relink) -Wl,-r -nodefaultlibs -nostdlib -nostartfiles -o $@ $(ObjectsO) clean-local:: ifneq ($(strip $(LibName.O)),) |

