mirror of https://github.com/dswd/vpncloud.git
10 lines
343 B
Plaintext
10 lines
343 B
Plaintext
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
objcopy = { path = "arm-linux-gnueabihf-objcopy" }
|
|
strip = { path = "arm-linux-gnueabihf-strip" }
|
|
|
|
[target.arm-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
objcopy = { path = "arm-linux-gnueabihf-objcopy" }
|
|
strip = { path = "arm-linux-gnueabihf-strip" }
|