mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Install bytecode libraries with a .bca suffix, otherwise it isn't
possible to build both a .a and a .bca. - My understanding is no one else is using this stuff, please let me know if I am wrong. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed4f4fbfba
commit
d62031e719
@ -1019,7 +1019,7 @@ else
|
||||
BytecodeDestDir := $(PROJ_libdir)
|
||||
endif
|
||||
|
||||
DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).a
|
||||
DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).bca
|
||||
|
||||
install-bytecode-local:: $(DestBytecodeLib)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user