support more sh targets in top level configure
Kaz Kojima
kkojima@rr.iij4u.or.jp
Fri May 6 06:13:00 GMT 2005
Mike Frysinger <vapier@gentoo.org> wrote:
> diff -u -U1 -r1.266 configure.in
> --- configure.in 5 May 2005 01:36:31 -0000 1.266
> +++ configure.in 6 May 2005 02:17:56 -0000
> @@ -426,3 +426,3 @@
> ;;
> - sh-*-linux*)
> + sh*-*-linux*)
> noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
> @@ -714,3 +714,3 @@
> ;;
> - sh-*-* | sh64-*-*)
> + sh*-*-* | sh64*-*-*)
> case "${host}" in
The toplevel configure is shared with binutils and gcc. So the patch
should be cc'ed to gcc-patches list. I don't qualify to approve it
because it includes a general SH specific change for gcc, though the
patch itself looks ok to me except sh64*-*-* matches sh*-*-* pattern
already. Please don't forget the appropriate ChangeLog entry when
resending it.
Regards,
kaz
More information about the Binutils
mailing list