diff options
author | Brendan Kehoe <brendan@cygnus> | 1996-07-31 00:51:54 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1996-07-31 00:51:54 +0000 |
commit | 2019ff6ad5100fc90527810aa801efcbe19f7c40 (patch) | |
tree | f6c1feb0bd4ada06e90f2e9640ca3c5a8f174387 /configure.in | |
parent | 72df7117d74fe0c6bc1ed8605219e6062de40365 (diff) | |
download | gdb-2019ff6ad5100fc90527810aa801efcbe19f7c40.zip gdb-2019ff6ad5100fc90527810aa801efcbe19f7c40.tar.gz gdb-2019ff6ad5100fc90527810aa801efcbe19f7c40.tar.bz2 |
* configure.in (*-*-ose): Remove exclusion of libgloss for this
target, it now compiles correctly.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 6e31511..80f1456 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. |