This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: support more sh targets in top level configure


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]