mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Provide configuration for Genode toolchain
This commit is contained in:
committed by
Andreas Rumpf
parent
221b34ad83
commit
5b176f14a2
@@ -243,3 +243,11 @@ vcc.cpp.options.size = "/O1"
|
||||
|
||||
# Configuration for the Tiny C Compiler:
|
||||
tcc.options.always = "-w"
|
||||
|
||||
# Configuration for the Genode toolchain
|
||||
amd64.genode.gcc.cpp.exe = "genode-x86-g++"
|
||||
amd64.genode.gcc.exe = "genode-x86-gcc"
|
||||
amd64.genode.gcc.path = "/usr/local/genode-gcc/bin"
|
||||
arm.genode.gcc.cpp.exe = "genode-arm-g++"
|
||||
arm.genode.gcc.exe = "genode-arm-gcc"
|
||||
arm.genode.gcc.path = "/usr/local/genode-gcc/bin"
|
||||
|
||||
Reference in New Issue
Block a user