mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fix configure+make build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cca08872b0
commit
773d63e2ad
14
lib/MC/MCAnalysis/Makefile
Normal file
14
lib/MC/MCAnalysis/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
##===- lib/MC/MCAnalysys/Makefile --------------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
# This file is distributed under the University of Illinois Open Source
|
||||
# License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../../..
|
||||
LIBRARYNAME = LLVMMCAnalysis
|
||||
BUILD_ARCHIVE := 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
@ -10,7 +10,7 @@
|
||||
LEVEL = ../..
|
||||
LIBRARYNAME = LLVMMC
|
||||
BUILD_ARCHIVE := 1
|
||||
PARALLEL_DIRS := MCParser MCDisassembler
|
||||
PARALLEL_DIRS := MCAnalysis MCParser MCDisassembler
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
LEVEL := ../..
|
||||
TOOLNAME := llvm-objdump
|
||||
LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
|
||||
LINK_COMPONENTS := all-targets DebugInfo MC MCAnalysis MCParser MCDisassembler Object
|
||||
|
||||
# This tool has no plugins, optimize startup time.
|
||||
TOOL_NO_EXPORTS := 1
|
||||
|
Loading…
Reference in New Issue
Block a user