File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
34
34
elif [[ " $TARGET_TRIPLE " == " rx-elf" ]]; then
35
35
TARGET_TRIPLE=" rx-none-elf"
36
36
TARGET_SPEC=" $( pwd) /rx-none-elf.json"
37
- linker=' -Clinker=rx-elf-gcc'
38
37
export CC_${TARGET_TRIPLE// -/ _} =" rx-elf-gcc"
39
38
elif [[ " $TARGET_TRIPLE " == " aarch64-unknown-linux-gnu" ]]; then
40
39
# We are cross-compiling for aarch64. Use the correct linker and run tests in qemu.
Original file line number Diff line number Diff line change 5
5
"emit-debug-gdb-scripts" : false ,
6
6
"executables" : true ,
7
7
"frame-pointer" : " always" ,
8
- "linker" : " rx-elf-gcc " ,
9
- "linker-flavor" : " gcc " ,
8
+ "linker" : " rx-elf-ld " ,
9
+ "linker-flavor" : " ld " ,
10
10
"llvm-target" : " thumbv7m-none-eabi" ,
11
11
"max-atomic-width" : 32 ,
12
12
"panic-strategy" : " abort" ,
You can’t perform that action at this time.
0 commit comments