diff options
author | Nick Clifton <nickc@redhat.com> | 1998-03-18 17:25:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-03-18 17:25:57 +0000 |
commit | 1f9840182268806408d41530605f3ab5d3c1b567 (patch) | |
tree | c3e45cfab6ea037ee4107f2799a1f03e61750041 | |
parent | ae7c344679d17849a6ac15403564e88834c3405a (diff) | |
download | gdb-1f9840182268806408d41530605f3ab5d3c1b567.zip gdb-1f9840182268806408d41530605f3ab5d3c1b567.tar.gz gdb-1f9840182268806408d41530605f3ab5d3c1b567.tar.bz2 |
Add thumb-pe target.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com> + + * configure.in: Add Thumb-pe target. + Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com> * Makefile.in - changed sn targets to snavigator * configure.in - changed sn targets to snavigator diff --git a/configure.in b/configure.in index 29cac0b..470b76d 100644 --- a/configure.in +++ b/configure.in @@ -568,6 +568,9 @@ case "${target}" in thumb-*-coff) # CYGNUS LOCAL nickc/thumb noconfigdirs="$noconfigdirs target-libgloss" ;; + thumb-*-pe) # CYGNUS LOCAL nickc/thumb + noconfigdirs="$noconfigdirs target-libgloss" + ;; arm-*-riscix*) noconfigdirs="$noconfigdirs ld target-libgloss" ;; |