diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-03 20:31:25 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-03 20:31:25 +0000 |
| commit | df4fdffbd0520afae6e2e7e362699e56bd522c09 (patch) | |
| tree | 3602308ac64b214cb718988bd190ba0e0702ba61 | |
| parent | cfc95f868f2f76dd7c965692ab57dd4a4b01fee9 (diff) | |
| download | ppe42-gcc-df4fdffbd0520afae6e2e7e362699e56bd522c09.tar.gz ppe42-gcc-df4fdffbd0520afae6e2e7e362699e56bd522c09.zip | |
* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
libgcj.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41805 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.in | 6 |
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 5b0d79ac8d3..66f281f2e5d 100644 --- 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 diff --git a/configure.in b/configure.in index b260dfc17f4..1ac0f5e1482 100644 --- a/configure.in +++ b/configure.in @@ -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}" |

