diff options
author | Rob Savoye <rob@cygnus> | 1995-04-25 18:10:53 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-04-25 18:10:53 +0000 |
commit | 0672310078dd0890097fd172eb6aed04fa54d35e (patch) | |
tree | 23199425b2936b765de7192fa145470756fbd1b8 | |
parent | 0c3c868b2bc9f03b4ff17af5124be590ae370b22 (diff) | |
download | gdb-0672310078dd0890097fd172eb6aed04fa54d35e.zip gdb-0672310078dd0890097fd172eb6aed04fa54d35e.tar.gz gdb-0672310078dd0890097fd172eb6aed04fa54d35e.tar.bz2 |
Don't build newlib for m68k-vxworks5.1.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,6 @@ -Mon Apr 24 16:23:41 1995 Michael Meissner <meissner@tiktok.cygnus.com> +Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com> - * config.guess (*:Linux:*:*): Determine whether the default - compiler is ELF or a.out. + * configure.in: Don't build newlib for m68k-vxworks5.1. Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com> diff --git a/configure.in b/configure.in index e54a928..5b8cbe2 100644 --- a/configure.in +++ b/configure.in @@ -425,6 +425,9 @@ case "${target}" in m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof" ;; + m68k-*-vxworks5.1) + noconfigdirs="$noconfigdirs newlib" + ;; mips*-*-irix5*) # The GNU linker does not support shared libraries. # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work) |