diff options
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c49b523..fd2b605 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,7 +1,6 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = mapping \ - sparc \ +USEDLIBS = sparc \ x86 \ selection \ regalloc \ |