Minor tweaks to d10v configuration
authorMichael Meissner <gnu@the-meissners.org>
Thu, 18 Jul 1996 16:59:15 +0000 (16:59 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 18 Jul 1996 16:59:15 +0000 (16:59 +0000)
ChangeLog
configure.in
gas/ChangeLog
gas/configure.in

index c85eb19..73e02c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 start-sanitize-d10v
-       Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (d10v-*-*): Don't configure ld or gdb until the
+       d10v support is added.
+
+Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * configure.in (d10v-*-*): New target.
 end-sanitize-d10v
index e6b5ead..e6af6e4 100644 (file)
@@ -420,7 +420,7 @@ case "${target}" in
     ;;
 # start-sanitize-d10v
   d10v-*-*)
-    noconfigdirs="$noconfigdirs target-libgloss"
+    noconfigdirs="$noconfigdirs ld gdb target-libgloss"
     ;;
 # end-sanitize-d10v
   h8300*-*-* | \
index 4f72604..85ddff7 100644 (file)
@@ -1,5 +1,9 @@
 start-sanitize-d10v
-       Wed Jul 17 14:25:13 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+Thu Jul 18 12:57:10 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
+
+Wed Jul 17 14:25:13 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * config/tc-d10v.c: New file.
        * config/tc-d10v.h: New file.
index b9e02a3..3a8d28f 100644 (file)
@@ -128,7 +128,7 @@ changequote([,])dnl
       arm-*-pe)             fmt=coff targ=armcoff em=pe ;;
 
 # start-sanitize-d10v
-      d10v-*-elf*)           fmt=elf bfd_gas=yes ;;
+      d10v-*-*)                    fmt=elf bfd_gas=yes ;;
 # end-sanitize-d10v
 
       hppa-*-*elf*)         fmt=elf em=hppa ;;