* configure.in: Don't build some bits for beos.
From-SVN: r31368
This commit is contained in:
parent
512b62fb1b
commit
0da3b5a7af
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-01-12 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Don't build some bits for beos.
|
||||||
|
|
||||||
2000-01-12 Joel Sherrill (joel@OARcorp.com)
|
2000-01-12 Joel Sherrill (joel@OARcorp.com)
|
||||||
|
|
||||||
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
|
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
|
||||||
|
|
12
configure.in
12
configure.in
|
@ -532,6 +532,9 @@ case "${host}" in
|
||||||
# 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"
|
||||||
noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
|
noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
|
||||||
;;
|
;;
|
||||||
|
i[3456]86-*-beos*)
|
||||||
|
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
|
||||||
|
;;
|
||||||
*-*-cygwin32)
|
*-*-cygwin32)
|
||||||
noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
|
noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
|
||||||
;;
|
;;
|
||||||
|
@ -546,6 +549,9 @@ case "${host}" in
|
||||||
;;
|
;;
|
||||||
ppc*-*-pe)
|
ppc*-*-pe)
|
||||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
|
noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
|
||||||
|
powerpc-*-beos*)
|
||||||
|
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
|
||||||
|
;;
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -693,6 +699,9 @@ case "${target}" in
|
||||||
# but that's okay since emacs doesn't work anyway
|
# but that's okay since emacs doesn't work anyway
|
||||||
noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
|
noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
i[3456]86-*-beos*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
||||||
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
noconfigdirs="$noconfigdirs"
|
noconfigdirs="$noconfigdirs"
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
@ -724,6 +733,9 @@ case "${target}" in
|
||||||
powerpcle-*-solaris*)
|
powerpcle-*-solaris*)
|
||||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
|
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
|
||||||
;;
|
;;
|
||||||
|
powerpc-*-beos*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
||||||
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
# Newlib makes problems for libg++ in crosses.
|
# Newlib makes problems for libg++ in crosses.
|
||||||
|
|
Loading…
Add table
Reference in a new issue