summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libMCLinkerMipsCodeGen
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2019-11-13 22:03:31 +0000
committerjoerg <joerg@NetBSD.org>2019-11-13 22:03:31 +0000
commit9a2273907ccad6420f010058d00a72bb9421dc22 (patch)
treeec96b4cefda1d54d75ccec354e384dbfb184f857 /external/bsd/llvm/lib/libMCLinkerMipsCodeGen
parentc16e7e72108bb3dcc2821868b3838097d8c3236b (diff)
Remove old LLVM build system.
Diffstat (limited to 'external/bsd/llvm/lib/libMCLinkerMipsCodeGen')
-rw-r--r--external/bsd/llvm/lib/libMCLinkerMipsCodeGen/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/external/bsd/llvm/lib/libMCLinkerMipsCodeGen/Makefile b/external/bsd/llvm/lib/libMCLinkerMipsCodeGen/Makefile
deleted file mode 100644
index 24eb3a54a6c..00000000000
--- a/external/bsd/llvm/lib/libMCLinkerMipsCodeGen/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
-
-LIB= MCLinkerMipsCodeGen
-
-.include <bsd.init.mk>
-
-.PATH: ${MCLINKER_SRCDIR}/lib/Target/Mips
-
-SRCS= MipsDiagnostic.cpp \
- MipsELFDynamic.cpp \
- MipsELFMCLinker.cpp \
- MipsEmulation.cpp \
- MipsGOT.cpp \
- MipsLDBackend.cpp \
- MipsMCLinker.cpp \
- MipsRelocator.cpp \
- MipsTargetMachine.cpp
-
-
-.if defined(HOSTLIB)
-.include <bsd.hostlib.mk>
-.else
-.include <bsd.lib.mk>
-.endif