diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-05 08:30:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-05 08:30:45 +0000 |
commit | cb0dfba9e117f3eba5d0287a0571bf52e5780fb5 (patch) | |
tree | b72a1821783bedcca17349a066dfb38e2b3a503c /tools/llc | |
parent | 33872c99bea3ffabec54805da42089401f12658a (diff) | |
download | external_llvm-cb0dfba9e117f3eba5d0287a0571bf52e5780fb5.zip external_llvm-cb0dfba9e117f3eba5d0287a0571bf52e5780fb5.tar.gz external_llvm-cb0dfba9e117f3eba5d0287a0571bf52e5780fb5.tar.bz2 |
SparcV8 -> Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r-- | tools/llc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 031012a..c1f84a5 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -38,8 +38,8 @@ USEDLIBS += \ LLVMSparcV9LiveVar endif -ifneq ($(strip $(filter SparcV8,$(TARGETS_TO_BUILD))),) -USEDLIBS += LLVMSparcV8 +ifneq ($(strip $(filter Sparc,$(TARGETS_TO_BUILD))),) +USEDLIBS += LLVMSparc endif |