Enable libgcj for xscale-elf
authorAnthony Green <green@redhat.com>
Thu, 21 Mar 2002 20:59:20 +0000 (20:59 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 21 Mar 2002 20:59:20 +0000 (20:59 +0000)
From-SVN: r51141

ChangeLog
configure.in

index 2f078d5..2c186ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-20  Anthony Green  <green@redhat.com>
+
+       * configure.in: Enable libgcj for xscale-elf target.
+
 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * MAINTAINERS:  Update my email address.
index 9b8488c..04c23ec 100644 (file)
@@ -725,7 +725,7 @@ case "${target}" in
     fi
     ;;
   xscale-*-elf)
-    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-libgloss target-libffi target-qthreads"
     if [ x${is_cross_compiler} != xno ] ; then
           target_configdirs="${target_configdirs} target-bsp target-cygmon"
     fi