aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Sanitize2
-rw-r--r--ChangeLog6
-rw-r--r--configure.in5
3 files changed, 12 insertions, 1 deletions
diff --git a/.Sanitize b/.Sanitize
index 562fb17..5f4c5c4 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -241,7 +241,7 @@ if [ -n "${verbose}" ] ; then
echo Processing \"d10v\"...
fi
-d10v_files="ChangeLog config.sub"
+d10v_files="ChangeLog config.sub configure.in"
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
for i in $d10v_files ; do
diff --git a/ChangeLog b/ChangeLog
index 3aad80a..c85eb19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-d10v
+ Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
+
+ * configure.in (d10v-*-*): New target.
+end-sanitize-d10v
+
Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
* config.guess (HP 9000/811): Recognize this as a PA1.1
diff --git a/configure.in b/configure.in
index 13920ad..e6b5ead 100644
--- a/configure.in
+++ b/configure.in
@@ -418,6 +418,11 @@ case "${target}" in
arm-*-riscix*)
noconfigdirs="$noconfigdirs ld target-libgloss"
;;
+# start-sanitize-d10v
+ d10v-*-*)
+ noconfigdirs="$noconfigdirs target-libgloss"
+ ;;
+# end-sanitize-d10v
h8300*-*-* | \
h8500-*-*)
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"