Initial checkin of GCCAS


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1058 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
new file mode 100644
index 0000000..5efda5c
--- /dev/null
+++ b/tools/gccas/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../..
+
+TOOLNAME = gccas
+USEDLIBS = asmparser bcwriter analysis transforms opt vmcore asmwriter support
+
+include $(LEVEL)/Makefile.common