From febe8f1f73096dc7cd0c68c04cd7b7426692071d Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Sat, 27 Jun 2015 17:31:28 +0000 Subject: [PATCH] Add ABI/SysV-mips(64) to Makefile build The Makefile build was broken without this. llvm-svn: 240886 --- lldb/source/Plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile index a0513eb..5719f16 100644 --- a/lldb/source/Plugins/Makefile +++ b/lldb/source/Plugins/Makefile @@ -14,7 +14,7 @@ include $(LLDB_LEVEL)/../../Makefile.config PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 ABI/SysV-x86_64 \ ABI/SysV-arm ABI/SysV-arm64 ABI/SysV-hexagon ABI/SysV-ppc ABI/SysV-ppc64 \ - Disassembler/llvm \ + ABI/SysV-mips ABI/SysV-mips64 Disassembler/llvm \ ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \ ObjectContainer/Universal-Mach-O ObjectFile/Mach-O \ ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \ -- 2.7.4