[PATCH, spu]: Top-level configure tweak

Trevor_Smigiel@playstation.sony.com Trevor_Smigiel@playstation.sony.com
Fri Oct 31 01:31:00 GMT 2008


Ben,

As far as SPU is concerned, this is OK.

Trevor

* Ben Elliston <bje@au1.ibm.com> [2008-10-29 21:00]:
> Hi Stefan
> 
> I see you committed the patch to remove target-libssp from the skipdirs
> variable, but this left an empty case for spu-*-*.  I I think this entry
> should be removed entirely so that the default case is applied instead:
> 
>   *-*-*)
>     noconfigdirs="$noconfigdirs ${libgcj}"
>     ;;
> 
> I propose this follow-up patch.  OK for mainline?
> 
> 2008-10-30  Ben Elliston  <bje@au.ibm.com>
> 
>         * configure.ac (spu-*-*): Remove special case.
>         * configure: Regenerate.
> 
> Index: configure.ac
> ===================================================================
> --- configure.ac        (revision 141458)
> +++ configure.ac        (working copy)
> @@ -891,8 +891,6 @@ case "${target}" in
>      ;;
>    sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
>      ;;
> -  spu-*-*)
> -    ;;
>    v810-*-*)
>      noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
>      ;;
> Index: configure
> ===================================================================
> --- configure   (revision 141458)
> +++ configure   (working copy)
> @@ -2655,8 +2655,6 @@ case "${target}" in
>      ;;
>    sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
>      ;;
> -  spu-*-*)
> -    ;;
>    v810-*-*)
>      noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
>      ;;
> 
> 



More information about the Gcc-patches mailing list