This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug go/48407] libgo/configure --without-libffi doesn't work


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*)


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