* configure.tgt (i*86-*-pe*): New target.
authorAndrew Cagney <cagney@redhat.com>
Thu, 19 Jul 2001 05:10:38 +0000 (05:10 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 19 Jul 2001 05:10:38 +0000 (05:10 +0000)
gdb/ChangeLog
gdb/configure.tgt

index a35da021f2a7a4c973e63b2cab6acd3156747145..396e3689689c815444182b34336d9b837588bb2b 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-19  Andrew Cagney  <ac131313@redhat.com>
+
+       From Stephen Smith:
+       * configure.tgt (i*86-*-pe*): New target.
+
 2001-07-19  Andrew Cagney  <ac131313@redhat.com>
 
        From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
index 7f8b18b8db1fc4d91fb2c56deea5387ff6804de9..adbd73d7a5fbdc788dd4f01305a1a413144e6024 100644 (file)
@@ -125,6 +125,7 @@ i[3456]86-*-netware*)       gdb_target=i386nw
                configdirs="${configdirs} nlm" ;;
 i[3456]86-*-osf1mk*)   gdb_target=i386mk ;;
 i[3456]86-*-cygwin*)   gdb_target=cygwin  ;;
+i[3456]86-*-pe*)       gdb_target=embed  ;;
 i[3456]86-*-vxworks*)  gdb_target=vxworks ;;
 
 i960-*-bout*)          gdb_target=vxworks960 ;;
This page took 0.027231 seconds and 4 git commands to generate.