diff options
author | Richard Henderson <rth@redhat.com> | 1998-07-14 22:26:29 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-07-14 22:26:29 +0000 |
commit | 4f5f38f299a9b05c779f0c5cb7b1219649f4ca07 (patch) | |
tree | 537f8be445a313f084671be22f806e04a0f22b1f /configure.in | |
parent | 6b40e58316cf44a57ded7714d01fdc39d117d1e0 (diff) | |
download | gdb-4f5f38f299a9b05c779f0c5cb7b1219649f4ca07.zip gdb-4f5f38f299a9b05c779f0c5cb7b1219649f4ca07.tar.gz gdb-4f5f38f299a9b05c779f0c5cb7b1219649f4ca07.tar.bz2 |
* config.guess: Recognize i586-pc-beos.
* configure.in: Don't build some bits for beos.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 940323f..9b0bf4d 100644 --- a/configure.in +++ b/configure.in @@ -576,6 +576,11 @@ case "${host}" in noconfigdirs="$noconfigdirs flexlm" # end-sanitize-cygnus ;; +# start-sanitize-beos + i[3456]86-*-beos) + noconfigdirs="$noconfigdirs tk itcl tix libgui gdb" + ;; +# end-sanitize-beos esac @@ -864,6 +869,11 @@ case "${target}" in # Macs want a resource compiler. configdirs="$configdirs grez" ;; +# start-sanitize-beos + i[3456]86-*-beos) + noconfigdirs="$noconfigdirs target-gperf" + ;; +# end-sanitize-beos esac # If we aren't building newlib, then don't build libgloss, since libgloss |