From: Rich Felker Date: Mon, 31 Aug 2015 00:18:32 +0000 (+0000) Subject: [SH] config.gcc (supported_defaults): Handle sh[123456ble]*-*-* instead of sh[123456b... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ba02681ad4a19634c81f304c158c150b1df241a;p=gcc.git [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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bbe677e99d0..9150a6e7692 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-08-30 Rich Felker + + * config.gcc (supported_defaults): Handle sh[123456ble]*-*-* + case instead of sh[123456ble]-*-*. + 2015-08-29 Anatoly Sokolov * ira.c (print_unform_and_important_classes, diff --git a/gcc/config.gcc b/gcc/config.gcc index f8582eb550d..5712547ed10 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 )