Skip to content

Commit 2f13b24

Browse files
committed
Canadian toolchains don't need bootstrap toolchain override.
1 parent a394417 commit 2f13b24

8 files changed

+0
-40
lines changed

aarch64linux-aarch64linux-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--sample-name=aarch64-rpi3-linux-gnu \
1511
--canadian-host=aarch64-unknown-linux-gnu \
1612
--vendor-name=unknown \
1713
--no-cross-gdb-python \
18-
${extra_args:-} \
1914
"$@"

arm-aarch64linux-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--canadian-host=aarch64-unknown-linux-gnu \
1511
--sample-name=arm-none-eabi \
@@ -18,5 +14,4 @@ build_one \
1814
--binutils-plugins \
1915
--extra-newlib-nano \
2016
--no-cross-gdb-python \
21-
${extra_args:-} \
2217
"$@"

arm-win64-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--canadian-host=x86_64-w64-mingw32 \
1511
--sample-name=arm-none-eabi \
@@ -18,5 +14,4 @@ build_one \
1814
--binutils-plugins \
1915
--extra-newlib-nano \
2016
--no-cross-gdb-python \
21-
${extra_args:-} \
2217
"$@"

avr-aarch64linux-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--sample-name=avr \
1511
--canadian-host=aarch64-unknown-linux-gnu \
1612
--binutils-plugins \
1713
--no-cross-gdb-python \
18-
${extra_args:-} \
1914
"$@"

avr-win64-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--sample-name=avr \
1511
--canadian-host=x86_64-w64-mingw32 \
1612
--binutils-plugins \
1713
--no-cross-gdb-python \
18-
${extra_args:-} \
1914
"$@"

riscv32-aarch64linux-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--sample-name=riscv32-picolibc-elf \
1511
--vendor-name=unknown \
1612
--canadian-host=aarch64-unknown-linux-gnu \
1713
--binutils-plugins \
1814
--no-cross-gdb-python \
19-
${extra_args:-} \
2015
"$@"

riscv32-win64-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--sample-name=riscv32-picolibc-elf \
1511
--vendor-name=unknown \
1612
--canadian-host=x86_64-w64-mingw32 \
1713
--binutils-plugins \
1814
--no-cross-gdb-python \
19-
${extra_args:-} \
2015
"$@"

win64-win64-canadian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ source "${script_dir}/common.bashinc"
66

77
build_one_help "$@"
88

9-
if [[ $(uname -s) == "Linux" ]]; then
10-
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
11-
fi
12-
139
build_one \
1410
--sample-name=x86_64-w64-mingw32 \
1511
--canadian-host=x86_64-w64-mingw32 \
1612
--no-cross-gdb-python \
17-
${extra_args:-} \
1813
"$@"

0 commit comments

Comments
 (0)