* configure.in (*-*-ose): Remove exclusion of libgloss for this
authorBrendan Kehoe <brendan@cygnus>
Wed, 31 Jul 1996 00:51:54 +0000 (00:51 +0000)
committerBrendan Kehoe <brendan@cygnus>
Wed, 31 Jul 1996 00:51:54 +0000 (00:51 +0000)
target, it now compiles correctly.

configure.in

index 6e31511736dc24d91fb4d9aeb0a37082e6d64140..80f1456e8de35fa98e38f71a71a7f7132756d370 100644 (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.