Incorporate mapping library into the sparc library


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7800 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index cc84a6c..883a906 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -36,7 +36,7 @@
   JITLIBS  += sparc 
   ARCHLIBS += sched livevar instrument.a profpaths \
               bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
-              mapping select postopts.a preopts
+              select postopts.a preopts
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
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 \
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index cc84a6c..883a906 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -36,7 +36,7 @@
   JITLIBS  += sparc 
   ARCHLIBS += sched livevar instrument.a profpaths \
               bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
-              mapping select postopts.a preopts
+              select postopts.a preopts
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \