From: Misha Brukman Date: Fri, 29 Aug 2003 18:09:46 +0000 (+0000) Subject: Added dummy termcap library. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=efe98e9b1d3ac801505aba648b9dd2fe5296a74e;p=oota-llvm.git Added dummy termcap library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8221 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/GCCLibraries/libtermcap/Makefile b/runtime/GCCLibraries/libtermcap/Makefile new file mode 100644 index 00000000000..fe4aac6f510 --- /dev/null +++ b/runtime/GCCLibraries/libtermcap/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../.. +BYTECODE_LIBRARY=1 +DONT_BUILD_RELINKED=1 +LIBRARYNAME=termcap + +include $(LEVEL)/Makefile.common diff --git a/runtime/GCCLibraries/libtermcap/dummy.c b/runtime/GCCLibraries/libtermcap/dummy.c new file mode 100644 index 00000000000..e69de29bb2d