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 | |
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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com> + + * configure.in (*-*-ose) do not build libgloss. + Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config.guess (prep*:SunOS:5.*:*): Turn into 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. |