[PATCH, spu]: Top-level configure tweak

Ben Elliston bje@au1.ibm.com
Thu Oct 30 11:24:00 GMT 2008


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