Skip to content

Commit

Permalink
ct-ng bundled patch: 0000-sh-conf.patch
Browse files Browse the repository at this point in the history
r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines

Likewise, binutils has no idea about any of these new targets either, so we
fix that up too.. now we're able to actually build a real toolchain for
sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
inept targets than that one, really. Go look, I promise).
  • Loading branch information
lethal authored and antmak committed Dec 23, 2020
1 parent 8f9eec4 commit 32ce980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3937,7 +3937,7 @@ case "${target}" in
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;
sh-*-*)
sh*-*-*)
case "${target}" in
sh*-*-elf)
;;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ case "${target}" in
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;
sh-*-*)
sh*-*-*)
case "${target}" in
sh*-*-elf)
;;
Expand Down

0 comments on commit 32ce980

Please sign in to comment.