mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Adds a compilerPrefix argument for using a compiler with a different
toolchain. Resolves github #45. Change-Id: I6f16dcc41278f12fbbc1f742d6aaf3ad19ac61bc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
def compilerPrefix = 'arm-frc-linux-gnueabi-'
|
||||
def compilerPrefix = project.hasProperty('compilerPrefix') ? project.compilerPrefix : 'arm-frc-linux-gnueabi-'
|
||||
model {
|
||||
toolChains {
|
||||
gcc(Gcc) {
|
||||
|
||||
Reference in New Issue
Block a user