diff options
author | Marilyn Sander <msander@cygnus> | 1996-04-11 04:44:32 +0000 |
---|---|---|
committer | Marilyn Sander <msander@cygnus> | 1996-04-11 04:44:32 +0000 |
commit | 8e85fd5fd04dc758519b1c768864e89fde964185 (patch) | |
tree | e90acf05de0d36102be4cd481b6a348b864f54bc /configure.in | |
parent | 456c301f6ec73ee7101b7f66d333aa55783ddb44 (diff) | |
download | gdb-8e85fd5fd04dc758519b1c768864e89fde964185.zip gdb-8e85fd5fd04dc758519b1c768864e89fde964185.tar.gz gdb-8e85fd5fd04dc758519b1c768864e89fde964185.tar.bz2 |
Propagating 96q2 fix in progressive for bug 12 back into devo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ea34a78..dec42cf 100644 --- a/configure.in +++ b/configure.in @@ -368,6 +368,9 @@ case "${target}" in *-*-vxworks*) noconfigdirs="$noconfigdirs target-newlib" ;; + *-*-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. |