Skip to content

Commit

Permalink
Yet another go.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Mar 4, 2024
1 parent a0c28f6 commit e32085a
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 28 deletions.
3 changes: 0 additions & 3 deletions aarch64linux-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

extra_args="--static-toolchain"

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 aarch64linux-native.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 [[ "$(fn_os)" == "linux" ]]; then
extra_args="--static-toolchain"
fi

build_one \
--sample-name=aarch64-rpi3-linux-gnu \
--vendor-name=unknown \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion arm-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ build_one \
--binutils-plugins \
--extra-newlib-nano \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion arm-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ build_one \
--binutils-plugins \
--extra-newlib-nano \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion arm-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ build_one \
--binutils-plugins \
--extra-newlib-nano \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion avr-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ build_one \
--canadian-host=aarch64-unknown-linux-gnu \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion avr-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ build_one \
--sample-name=avr \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion avr-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ build_one \
--canadian-host=x86_64-w64-mingw32 \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion riscv32-aarch64linux-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ build_one \
--canadian-host=aarch64-unknown-linux-gnu \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion riscv32-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ build_one \
--vendor-name=unknown \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion riscv32-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ build_one \
--canadian-host=x86_64-w64-mingw32 \
--binutils-plugins \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions win64-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ "$(fn_os)" == "linux" ]]; then
extra_args="--static-toolchain"
fi

build_one \
--sample-name=x86_64-w64-mingw32 \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
1 change: 0 additions & 1 deletion win64-win64-canadian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ build_one \
--sample-name=x86_64-w64-mingw32 \
--canadian-host=x86_64-w64-mingw32 \
--no-cross-gdb-python \
${extra_args:-} \
"$@"
5 changes: 0 additions & 5 deletions x64linux-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ source "${script_dir}/common.bashinc"

build_one_help "$@"

if [[ "$(fn_os)" == "linux" ]]; then
extra_args="--static-toolchain"
fi

build_one \
--sample-name=x86_64-unknown-linux-gnu \
--no-cross-gdb-python \
${extra_args:-} \
"$@"

0 comments on commit e32085a

Please sign in to comment.