aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries/libgcc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-08 23:20:52 +0000
committerChris Lattner <sabre@nondot.org>2002-03-08 23:20:52 +0000
commitc1e20acc68aab02bef240fd5f13cef9762900d7a (patch)
tree075e7ac4cb35abb5067807f8a725c0c8b3be1679 /runtime/GCCLibraries/libgcc
parent665ee88504ae8e4440fd1609f3d88c3481cebe12 (diff)
downloadexternal_llvm-c1e20acc68aab02bef240fd5f13cef9762900d7a.zip
external_llvm-c1e20acc68aab02bef240fd5f13cef9762900d7a.tar.gz
external_llvm-c1e20acc68aab02bef240fd5f13cef9762900d7a.tar.bz2
Checkin library infrastructure for building stuff to be linked with
gccld git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libgcc')
-rw-r--r--runtime/GCCLibraries/libgcc/Makefile6
-rw-r--r--runtime/GCCLibraries/libgcc/__main.c5
2 files changed, 11 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libgcc/Makefile b/runtime/GCCLibraries/libgcc/Makefile
new file mode 100644
index 0000000..fd56528
--- /dev/null
+++ b/runtime/GCCLibraries/libgcc/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../..
+
+LIBNAME = gcc
+
+include ../Makefile.libs
+
diff --git a/runtime/GCCLibraries/libgcc/__main.c b/runtime/GCCLibraries/libgcc/__main.c
new file mode 100644
index 0000000..346b536
--- /dev/null
+++ b/runtime/GCCLibraries/libgcc/__main.c
@@ -0,0 +1,5 @@
+
+
+void __main() {
+}
+