This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: update not supported dir list for DJGPP in configure
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Subject: PATCH: update not supported dir list for DJGPP in configure
- From: Laurynas Biveinis <lauras at softhome dot net>
- Date: Sat, 30 Dec 2000 20:06:19 +0100
I've removed few references to directories of packages
which do have a DJGPP port, so in theory they can work
in an unified source tree.
2000-12-30 Laurynas Biveinis <lauras@softhome.net>
* configure.in: remove supported directories from $noconfigdirs for DJGPP.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/configure.in,v
retrieving revision 1.83
diff -u -b -r1.83 configure.in
--- configure.in 2000/12/18 18:08:07 1.83
+++ configure.in 2000/12/30 17:56:05
@@ -562,7 +558,7 @@
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 +734,6 @@
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