From: Marilyn Sander Date: Thu, 11 Apr 1996 04:44:32 +0000 (+0000) Subject: Propagating 96q2 fix in progressive for bug 12 back into devo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e85fd5fd04dc758519b1c768864e89fde964185;p=binutils-gdb.git Propagating 96q2 fix in progressive for bug 12 back into devo --- diff --git a/ChangeLog b/ChangeLog index 16fe8ea8ed6..8b8c934aa44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander + + * configure.in (*-*-ose) do not build libgloss. + Mon Apr 8 16:16:20 1996 Michael Meissner * config.guess (prep*:SunOS:5.*:*): Turn into diff --git a/configure.in b/configure.in index ea34a78a946..dec42cfa9b9 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.