mirror of git://gcc.gnu.org/git/gcc.git
* configure.in: remove supported directories from $noconfigdirs for DJGPP.
From-SVN: r38620
This commit is contained in:
parent
3c8c2a0ae2
commit
1da5b8fc55
|
@ -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>
|
2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
|
||||||
|
|
||||||
* MAINTAINERS: Add myself as avr port co-maintainer.
|
* MAINTAINERS: Add myself as avr port co-maintainer.
|
||||||
|
|
|
@ -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"
|
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*)
|
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*)
|
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"
|
# 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"
|
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
|
|
||||||
# but don't build gdb
|
|
||||||
noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx ${libgcj}"
|
|
||||||
;;
|
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="${libgcj}"
|
noconfigdirs="${libgcj}"
|
||||||
# linux has rx in libc
|
# linux has rx in libc
|
||||||
|
|
Loading…
Reference in New Issue