summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-02 22:52:28 +0000
committerChris Lattner <sabre@nondot.org>2005-01-02 22:52:28 +0000
commit196715cfb41c41424247b0837634f5f2bf1b11ed (patch)
tree311f86e56bf8b55d83300d0baef829b06921cbb3 /llvm/runtime
parentbb2840b2726bdf3bf385bdb8e8b956970b800779 (diff)
downloadbcm5719-llvm-196715cfb41c41424247b0837634f5f2bf1b11ed.tar.gz
bcm5719-llvm-196715cfb41c41424247b0837634f5f2bf1b11ed.zip
Remove a bunch of useless empty libraries
llvm-svn: 19260
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/GCCLibraries/libcurses/Makefile16
-rw-r--r--llvm/runtime/GCCLibraries/libcurses/dummy.c0
-rw-r--r--llvm/runtime/GCCLibraries/libgdbm/Makefile17
-rw-r--r--llvm/runtime/GCCLibraries/libgdbm/temp.c0
-rw-r--r--llvm/runtime/GCCLibraries/libmalloc/Makefile16
-rw-r--r--llvm/runtime/GCCLibraries/libmalloc/dummy.c0
-rw-r--r--llvm/runtime/GCCLibraries/libpthread/Makefile16
-rw-r--r--llvm/runtime/GCCLibraries/libpthread/pthread.c1
-rw-r--r--llvm/runtime/GCCLibraries/libtermcap/Makefile16
-rw-r--r--llvm/runtime/GCCLibraries/libtermcap/dummy.c0
-rw-r--r--llvm/runtime/GCCLibraries/libucb/Makefile16
-rw-r--r--llvm/runtime/GCCLibraries/libucb/dummy.c0
12 files changed, 0 insertions, 98 deletions
diff --git a/llvm/runtime/GCCLibraries/libcurses/Makefile b/llvm/runtime/GCCLibraries/libcurses/Makefile
deleted file mode 100644
index 5913783f719..00000000000
--- a/llvm/runtime/GCCLibraries/libcurses/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libcurses/Makefile -------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = curses
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/llvm/runtime/GCCLibraries/libcurses/dummy.c b/llvm/runtime/GCCLibraries/libcurses/dummy.c
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/llvm/runtime/GCCLibraries/libcurses/dummy.c
+++ /dev/null
diff --git a/llvm/runtime/GCCLibraries/libgdbm/Makefile b/llvm/runtime/GCCLibraries/libgdbm/Makefile
deleted file mode 100644
index 6f12544685f..00000000000
--- a/llvm/runtime/GCCLibraries/libgdbm/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- runtime/GCCLibraries/libgdbm/Makefile ---------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = gdbm
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
-
diff --git a/llvm/runtime/GCCLibraries/libgdbm/temp.c b/llvm/runtime/GCCLibraries/libgdbm/temp.c
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/llvm/runtime/GCCLibraries/libgdbm/temp.c
+++ /dev/null
diff --git a/llvm/runtime/GCCLibraries/libmalloc/Makefile b/llvm/runtime/GCCLibraries/libmalloc/Makefile
deleted file mode 100644
index 12d24349d49..00000000000
--- a/llvm/runtime/GCCLibraries/libmalloc/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libmalloc/Makefile -------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = malloc
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/llvm/runtime/GCCLibraries/libmalloc/dummy.c b/llvm/runtime/GCCLibraries/libmalloc/dummy.c
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/llvm/runtime/GCCLibraries/libmalloc/dummy.c
+++ /dev/null
diff --git a/llvm/runtime/GCCLibraries/libpthread/Makefile b/llvm/runtime/GCCLibraries/libpthread/Makefile
deleted file mode 100644
index b86923ce02f..00000000000
--- a/llvm/runtime/GCCLibraries/libpthread/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libpthread/Makefile ------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = pthread
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/llvm/runtime/GCCLibraries/libpthread/pthread.c b/llvm/runtime/GCCLibraries/libpthread/pthread.c
deleted file mode 100644
index 8b137891791..00000000000
--- a/llvm/runtime/GCCLibraries/libpthread/pthread.c
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/llvm/runtime/GCCLibraries/libtermcap/Makefile b/llvm/runtime/GCCLibraries/libtermcap/Makefile
deleted file mode 100644
index 38fca54bd84..00000000000
--- a/llvm/runtime/GCCLibraries/libtermcap/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libtermcap/Makefile ------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = termcap
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/llvm/runtime/GCCLibraries/libtermcap/dummy.c b/llvm/runtime/GCCLibraries/libtermcap/dummy.c
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/llvm/runtime/GCCLibraries/libtermcap/dummy.c
+++ /dev/null
diff --git a/llvm/runtime/GCCLibraries/libucb/Makefile b/llvm/runtime/GCCLibraries/libucb/Makefile
deleted file mode 100644
index c54d2820f83..00000000000
--- a/llvm/runtime/GCCLibraries/libucb/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libucb/Makefile ----------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = ucb
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/llvm/runtime/GCCLibraries/libucb/dummy.c b/llvm/runtime/GCCLibraries/libucb/dummy.c
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/llvm/runtime/GCCLibraries/libucb/dummy.c
+++ /dev/null
OpenPOWER on IntegriCloud