Skip to content

Commit

Permalink
Update to Linaro GCC 7.5 2019.12 (#17)
Browse files Browse the repository at this point in the history
* Move to the tip of the 1.23 branch
Linaro GCC 7.5 2019.12
* Resync ref script
  • Loading branch information
NiLuJe committed Dec 13, 2019
1 parent 51e22ed commit 5763389
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 205 deletions.
12 changes: 6 additions & 6 deletions gen-tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,39 +97,39 @@ case $1 in
# NOTE: See x-compile.sh for why we're staying away from GCC 8 & 9 for now (TL;DR: neon perf regressions).
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
b437f2d5350e255d67bc5e86dc5efc1d9d10eea1 \
42586aa50d84870f12244b6c9acdda982e3719ab \
"arm-${1}-linux-gnueabihf"
;;
nickel)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
b437f2d5350e255d67bc5e86dc5efc1d9d10eea1 \
42586aa50d84870f12244b6c9acdda982e3719ab \
"arm-${1}-linux-gnueabihf"
;;
kindlepw2)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
b437f2d5350e255d67bc5e86dc5efc1d9d10eea1 \
42586aa50d84870f12244b6c9acdda982e3719ab \
"arm-${1}-linux-gnueabi"
;;
kindle5)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
b437f2d5350e255d67bc5e86dc5efc1d9d10eea1 \
42586aa50d84870f12244b6c9acdda982e3719ab \
"arm-${1}-linux-gnueabi"
;;
kindle)
# NOTE: Don't swap away from the 1.23-kindle branch,
# this TC currently fails to build on 1.24-kindle...
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
b437f2d5350e255d67bc5e86dc5efc1d9d10eea1 \
42586aa50d84870f12244b6c9acdda982e3719ab \
"arm-${1}-linux-gnueabi"
;;
cervantes)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
b437f2d5350e255d67bc5e86dc5efc1d9d10eea1 \
42586aa50d84870f12244b6c9acdda982e3719ab \
"arm-${1}-linux-gnueabi"
;;
*)
Expand Down
Loading

0 comments on commit 5763389

Please sign in to comment.