From 2019ff6ad5100fc90527810aa801efcbe19f7c40 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Wed, 31 Jul 1996 00:51:54 +0000 Subject: [PATCH] * configure.in (*-*-ose): Remove exclusion of libgloss for this target, it now compiles correctly. --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 6e31511736..80f1456e8d 100644 --- a/configure.in +++ b/configure.in @@ -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. -- 2.34.1