diff options
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c018032..fb0d060 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -9,16 +9,16 @@ LEVEL = ../.. TOOLNAME = llc USEDLIBS = cwriter \ - sparc \ + sparcv9 \ x86 \ powerpc \ selectiondag \ - regalloc \ + sparcv9regalloc \ sched \ - select \ + sparcv9select \ codegen \ target.a \ - livevar \ + sparcv9livevar \ ipa.a \ transforms.a \ scalaropts.a \ |