diff options
author | Richard Henderson <rth@cygnus.com> | 2000-01-12 16:47:44 -0800 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-01-12 19:47:44 -0500 |
commit | 0da3b5a7afe1b5d3bef9b818981131ba30eedf19 (patch) | |
tree | a2cd7beaaa8a513c981483bad775b15dc78578df /configure.in | |
parent | 512b62fb1bdb3e758207b6bf72eb1024848e8ec6 (diff) | |
download | gcc-0da3b5a7afe1b5d3bef9b818981131ba30eedf19.zip gcc-0da3b5a7afe1b5d3bef9b818981131ba30eedf19.tar.gz gcc-0da3b5a7afe1b5d3bef9b818981131ba30eedf19.tar.bz2 |
* configure.in: Don't build some bits for beos.
From-SVN: r31368
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f7459bc..8259ddf 100644 --- a/configure.in +++ b/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="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) noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet" ;; @@ -546,6 +549,9 @@ case "${host}" in ;; 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" + powerpc-*-beos*) + noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline" + ;; ;; esac @@ -693,6 +699,9 @@ case "${target}" in # but that's okay since emacs doesn't work anyway noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss" ;; + i[3456]86-*-beos*) + noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss" + ;; mn10200-*-*) noconfigdirs="$noconfigdirs" if [ x${is_cross_compiler} != xno ] ; then @@ -724,6 +733,9 @@ case "${target}" in powerpcle-*-solaris*) noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv" ;; + powerpc-*-beos*) + noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss" + ;; rs6000-*-lynxos*) # The CVS server code doesn't work on the RS/6000 # Newlib makes problems for libg++ in crosses. |