Skip to content

Commit

Permalink
Canadian toolchains don't need bootstrap toolchain override.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Mar 7, 2024
1 parent a394417 commit 2f13b24
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions aarch64linux-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--sample-name=aarch64-rpi3-linux-gnu \
--canadian-host=aarch64-unknown-linux-gnu \
--vendor-name=unknown \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions arm-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--canadian-host=aarch64-unknown-linux-gnu \
--sample-name=arm-none-eabi \
Expand All @@ -18,5 +14,4 @@ build_one \
--binutils-plugins \
--extra-newlib-nano \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions arm-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--canadian-host=x86_64-w64-mingw32 \
--sample-name=arm-none-eabi \
Expand All @@ -18,5 +14,4 @@ build_one \
--binutils-plugins \
--extra-newlib-nano \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions avr-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--sample-name=avr \
--canadian-host=aarch64-unknown-linux-gnu \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions avr-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--sample-name=avr \
--canadian-host=x86_64-w64-mingw32 \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions riscv32-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--sample-name=riscv32-picolibc-elf \
--vendor-name=unknown \
--canadian-host=aarch64-unknown-linux-gnu \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions riscv32-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--sample-name=riscv32-picolibc-elf \
--vendor-name=unknown \
--canadian-host=x86_64-w64-mingw32 \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions win64-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ $(uname -s) == "Linux" ]]; then
extra_args="--tools-prefix=x86_64-qmk_bootstrap-linux-gnu-"
fi

build_one \
--sample-name=x86_64-w64-mingw32 \
--canadian-host=x86_64-w64-mingw32 \
--no-cross-gdb-python \
${extra_args:-} \
"$@"

0 comments on commit 2f13b24

Please sign in to comment.