We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e546156 commit 194e353Copy full SHA for 194e353
azure-pipelines.yml
@@ -20,15 +20,15 @@ strategy:
20
target: 'arm-unknown-linux-gnueabihf'
21
exeName: 'tunet'
22
publishName: 'tunet.linux.arm'
23
- rustflags: '-C linker=gcc-arm-linux-gnueabihf'
+ rustflags: '-C linker=arm-linux-gnueabihf-gcc'
24
crosslib: true
25
crosslibs: 'libc6-armhf-cross gcc-arm-linux-gnueabihf'
26
linux-arm64:
27
imageName: 'ubuntu-16.04'
28
target: 'aarch64-unknown-linux-gnu'
29
30
publishName: 'tunet.linux.aarch64'
31
- rustflags: '-C linker=gcc-aarch64-linux-gnu'
+ rustflags: '-C linker=aarch64-linux-gnu-gcc'
32
33
crosslibs: 'libc6-arm64-cross gcc-aarch64-linux-gnu'
34
osx-x64:
0 commit comments