Skip to content

Commit

Permalink
sh-elf-vhex - v2.0.0-dev11 : bump support version to GCC 13.2.0 and b…
Browse files Browse the repository at this point in the history
…inutils 2.41

*add*
> [patches]
  | [gcc] add support for GCC 13.2.0
  | [binutils] add support for Binutils 2.41

*fix*
> [patches]
  | [gcc] fix typo error in patch
  • Loading branch information
YannMagnin committed Dec 16, 2023
1 parent 5552649 commit 372f425
Show file tree
Hide file tree
Showing 10 changed files with 14,585 additions and 1 deletion.
1,548 changes: 1,548 additions & 0 deletions patches/binutils/2.41/bfd/config.bfd

Large diffs are not rendered by default.

1,907 changes: 1,907 additions & 0 deletions patches/binutils/2.41/config.sub

Large diffs are not rendered by default.

474 changes: 474 additions & 0 deletions patches/binutils/2.41/gas/configure.tgt

Large diffs are not rendered by default.

1,190 changes: 1,190 additions & 0 deletions patches/binutils/2.41/ld/configure.tgt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion patches/gcc/11.2.0/gcc/config.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,7 @@ sh-*-elf* | sh[12346l]*-*-elf* | \
case `echo ${target} | sed 's/e[lb]-/-/'` in
sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
sh4a_single*) sh_cpu_target=sh4a-single ;;
sh-*-vhex* | sh4a_nofpu*)
sh*-*-vhex* | sh4a_nofpu*)
sh_cpu_target=sh4a-nofpu ;;
sh4al) sh_cpu_target=sh4al ;;
sh4a*) sh_cpu_target=sh4a ;;
Expand Down
Loading

0 comments on commit 372f425

Please sign in to comment.