mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Allow texinfo to be configured and built for Canadian crosses
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Sat Jun 29 18:56:07 1996 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: configure and build texinfo for Canadian
|
||||||
|
crosses and natives, enable building texinfo for cygwin32
|
||||||
|
toolchains. (still disabled for go32)
|
||||||
|
|
||||||
Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
|
Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* mpw-configure: Add support for --bindir.
|
* mpw-configure: Add support for --bindir.
|
||||||
|
@ -375,7 +375,7 @@ case "${host}" in
|
|||||||
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
|
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
|
||||||
;;
|
;;
|
||||||
*-*-cygwin32)
|
*-*-cygwin32)
|
||||||
noconfigdirs="tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
|
noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl apache inet"
|
||||||
;;
|
;;
|
||||||
ppc*-*-pe)
|
ppc*-*-pe)
|
||||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
|
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
|
||||||
@ -584,7 +584,7 @@ esac
|
|||||||
# If we are building a Canadian Cross, discard tools that can not be built
|
# If we are building a Canadian Cross, discard tools that can not be built
|
||||||
# using a cross compiler. FIXME: These tools should be fixed.
|
# using a cross compiler. FIXME: These tools should be fixed.
|
||||||
if [ "${build}" != "${host}" ]; then
|
if [ "${build}" != "${host}" ]; then
|
||||||
noconfigdirs="$noconfigdirs tcl tk expect dejagnu texinfo"
|
noconfigdirs="$noconfigdirs tcl tk expect dejagnu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure we don't let GNU ld be added if we didn't want it.
|
# Make sure we don't let GNU ld be added if we didn't want it.
|
||||||
|
Reference in New Issue
Block a user