Commit 5ba02681 by Rich Felker Committed by Kaz Kojima

[SH] config.gcc (supported_defaults): Handle sh[123456ble]*-*-* instead of sh[123456ble]-*-*.

* [SH] config.gcc (supported_defaults): Handle sh[123456ble]*-*-* instead of sh[123456ble]-*-*.

From-SVN: r227330
parent 84fb4366
2015-08-30 Rich Felker <dalias@libc.org>
* config.gcc (supported_defaults): Handle sh[123456ble]*-*-*
case instead of sh[123456ble]-*-*.
2015-08-29 Anatoly Sokolov <aesok@post.ru>
* ira.c (print_unform_and_important_classes,
......
......@@ -4200,7 +4200,7 @@ case "${target}" in
esac
;;
sh[123456ble]-*-* | sh-*-*)
sh[123456ble]*-*-* | sh-*-*)
supported_defaults="cpu"
case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
"" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment