* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2001 20:31:25 +0000 (20:31 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2001 20:31:25 +0000 (20:31 +0000)
libgcj.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41805 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in

index 5b0d79a..66f281f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
+       libgcj.
+
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
+       gcc/xgcc is built, use -print-prog-name to find out the program
+       name to use.
+
 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure.in (noconfigdirs): Don't reset it from scratch in the
index b260dfc..1ac0f5e 100644 (file)
@@ -771,7 +771,7 @@ case "${target}" in
     ;;
   i[3456]86-*-mingw32*)
     target_configdirs="$target_configdirs target-mingw"
-    noconfigdirs="$noconfigdirs expect target-libgloss"
+    noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
 
     # Can't build gdb for mingw32 if not native.
     case "${host}" in
@@ -782,7 +782,7 @@ case "${target}" in
     ;;    
   *-*-cygwin*)
     target_configdirs="$target_configdirs target-libtermcap target-winsup"
-    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
+    noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
@@ -817,7 +817,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss ${libgcj}"
     ;;
   i[3456]86-*-beos*)
-     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
+     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
      ;;
   m68k-*-elf*)
     noconfigdirs="$noconfigdirs ${libgcj}"