Convert libraries into the BYTECODE_LIBRARY style
[oota-llvm.git] / runtime / GCCLibraries / libgcc / Makefile
index fd565288eb5f6990c57d2b41ec08567c03f30c0b..fc97d44d14dfa9ced24d3b92647ddaa004d6acea 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=gcc
 
-LIBNAME = gcc
-
-include ../Makefile.libs
-
+include $(LEVEL)/Makefile.common