diff options
author | Laurynas Biveinis <lauras@softhome.net> | 2001-01-02 15:36:25 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-01-02 10:36:25 -0500 |
commit | 1da5b8fc55cf5273ae025295a534d41bed9b40b2 (patch) | |
tree | 3c19b4944c8ca248d9500b8f60d32b42a4d44b30 | |
parent | 3c8c2a0ae2bafe9c93e792fb18134e47cb8a469a (diff) | |
download | gcc-1da5b8fc55cf5273ae025295a534d41bed9b40b2.zip gcc-1da5b8fc55cf5273ae025295a534d41bed9b40b2.tar.gz gcc-1da5b8fc55cf5273ae025295a534d41bed9b40b2.tar.bz2 |
* configure.in: remove supported directories from $noconfigdirs for DJGPP.
From-SVN: r38620
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2001-01-02 Laurynas Biveinis <lauras@softhome.net> + + * configure.in: remove supported directories from $noconfigdirs for DJGPP. + 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl> * MAINTAINERS: Add myself as avr port co-maintainer. diff --git a/configure.in b/configure.in index 0868fef..d2d5eb5 100644 --- a/configure.in +++ b/configure.in @@ -562,7 +562,7 @@ case "${host}" in noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext" ;; i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*) - noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext libffi" + noconfigdirs="tcl tk expect dejagnu send-pr uudecode guile apache inet itcl tix db snavigator gnuserv libffi" ;; i[3456]86-*-mingw32*) # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv" @@ -738,10 +738,6 @@ case "${target}" in target_configdirs="${target_configdirs} target-libstub target-cygmon" fi ;; - i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*) - # but don't build gdb - noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx ${libgcj}" - ;; *-*-linux*) noconfigdirs="${libgcj}" # linux has rx in libc |