* configure.in (*-*-ose): Remove exclusion of libgloss for this

target, it now compiles correctly.
This commit is contained in:
Brendan Kehoe 1996-07-31 00:51:54 +00:00
parent 72df7117d7
commit 2019ff6ad5
1 changed files with 0 additions and 3 deletions

View File

@ -391,9 +391,6 @@ case "${target}" in
*-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
*-*-ose)
noconfigdirs="$noconfigdirs target-libgloss"
;;
alpha-dec-osf*)
# ld works, but does not support shared libraries. emacs doesn't
# work. newlib is not 64 bit ready. I'm not sure about fileutils or grep.