mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Make the library name SparcV9 specific
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
#
|
#
|
||||||
#===------------------------------------------------------------------------===#
|
#===------------------------------------------------------------------------===#
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.rules.am
|
include $(top_srcdir)/Makefile_config
|
||||||
|
|
||||||
libexec_PROGRAMS = LLVMModuloScheduling.o
|
lib_LIBRARIES = libLLVMSparcV9ModuloScheduling.a
|
||||||
|
|
||||||
LLVMModuloScheduling_o_SOURCES = \
|
libLLVMSparcV9ModuloScheduling_a_SOURCES = \
|
||||||
ModuloScheduling.cpp \
|
ModuloScheduling.cpp \
|
||||||
MSchedGraph.cpp \
|
MSchedGraph.cpp \
|
||||||
MSSchedule.cpp
|
MSSchedule.cpp
|
||||||
|
|
||||||
LIBS=
|
PRELINK = $(lib_LIBRARIES)
|
||||||
|
Reference in New Issue
Block a user