http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48407

Joel Sherrill <joel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com, joel
                   |                            |at gcc dot gnu.org

--- Comment #2 from Joel Sherrill <joel at gcc dot gnu.org> 2011-04-03 20:18:00 
UTC ---
This patch is in my local svn tree.  Ian 

Index: configure.ac
===================================================================
--- configure.ac    (revision 170678)
+++ configure.ac    (working copy)
@@ -618,7 +618,8 @@
     ;;
   *-*-rtems*)
     skipdirs="${skipdirs} target-libiberty"
-    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+    # noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-libgloss"
     ;;
     # The tpf target doesn't support gdb yet.
   *-*-tpf*)

Reply via email to