mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
|
name = "llvm_@TARGET@"
|
||
|
version = "@PACKAGE_VERSION@"
|
||
|
description = "@TARGET@ Backend for LLVM"
|
||
|
requires = "llvm"
|
||
|
archive(byte) = "llvm_@TARGET@.cma"
|
||
|
archive(native) = "llvm_@TARGET@.cmxa"
|
||
|
directory = "."
|
||
|
linkopts = "-ccopt -lstdc++"
|