Add thumb-pe target.
authorNick Clifton <nickc@redhat.com>
Wed, 18 Mar 1998 17:25:57 +0000 (17:25 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 18 Mar 1998 17:25:57 +0000 (17:25 +0000)
ChangeLog
configure.in

index 0344d3ffa15aee54c73e68e65a0a224bca8069bd..ef48aff347555d6f6720c2f669a75fd13dacf0bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 29cac0bb519e898e1ea13ec33f0b4c0236486d94..470b76d8fb9206cf9320ee3166c4f898b255b67c 100644 (file)
@@ -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"
     ;;
This page took 0.036929 seconds and 4 git commands to generate.