diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-02 15:36:25 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-02 15:36:25 +0000 |
commit | bd55fdd44b44684b8e3ffb105c0ef4c6ee053fdd (patch) | |
tree | 3c19b4944c8ca248d9500b8f60d32b42a4d44b30 /configure.in | |
parent | 5516f3c33e9fc80f09e7bc3e7fb47829e2b45c7a (diff) | |
download | gcc-bd55fdd44b44684b8e3ffb105c0ef4c6ee053fdd.tar.gz |
* configure.in: remove supported directories from $noconfigdirs for DJGPP.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 0868fefb49b..d2d5eb5a4f9 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 |