* config.guess: Recognize i586-pc-beos.

* configure.in: Don't build some bits for beos.
This commit is contained in:
Richard Henderson 1998-07-14 22:26:29 +00:00
parent 6b40e58316
commit 4f5f38f299
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,10 @@
start-sanitize-beos
Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
* config.guess: Recognize i586-pc-beos.
* configure.in: Don't build some bits for beos.
end-sanitize-beos
Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
* configure: If CC is set but CFLAGS is not, and CC is gcc, make

View File

@ -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