[SH] config.gcc (supported_defaults): Handle sh[123456ble]*-*-* instead of sh[123456b...
authorRich Felker <dalias@libc.org>
Mon, 31 Aug 2015 00:18:32 +0000 (00:18 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Mon, 31 Aug 2015 00:18:32 +0000 (00:18 +0000)
* [SH] config.gcc (supported_defaults): Handle sh[123456ble]*-*-* instead of sh[123456ble]-*-*.

From-SVN: r227330

gcc/ChangeLog
gcc/config.gcc

index bbe677e99d09b78603ad07fe38962c8e16d3a788..9150a6e769201cc9ee107836fea798f9cfc7e7e7 100644 (file)
@@ -1,3 +1,8 @@
+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,
index f8582eb550d812458f6b3ad3ab19d64fbf88b6de..5712547ed109585d1c64cb732418695f3daae01c 100644 (file)
@@ -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 )