summaryrefslogtreecommitdiff
path: root/tools/llvm-stub/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-01 23:48:45 +0000
committerChris Lattner <sabre@nondot.org>2004-06-01 23:48:45 +0000
commit4c6d124efa433347c7280d4a075d954bd0231a78 (patch)
treea761e81fb6040a44d15703af19add6f57dfbd9c2 /tools/llvm-stub/Makefile
parent6db8c2c5ca0c28e95acfb276f383fa45459044ae (diff)
downloadllvm-4c6d124efa433347c7280d4a075d954bd0231a78.tar.gz
llvm-4c6d124efa433347c7280d4a075d954bd0231a78.tar.bz2
llvm-4c6d124efa433347c7280d4a075d954bd0231a78.tar.xz
Initial checkin of a stub executable that can be used by gccld to forward to
bytecode files on systems that don't support #!/bin/sh natively (ie, win32). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-stub/Makefile')
-rw-r--r--tools/llvm-stub/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/llvm-stub/Makefile b/tools/llvm-stub/Makefile
new file mode 100644
index 0000000000..befcb6cc2e
--- /dev/null
+++ b/tools/llvm-stub/Makefile
@@ -0,0 +1,13 @@
+##===- tools/llvm-stub/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 = ../..
+TOOLNAME = llvm-stub
+include $(LEVEL)/Makefile.common
+