From b2ef59533688237aade9b66a6908854cf5f3e81c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 30 Oct 1997 16:10:52 +0000 Subject: [PATCH] Configure gcc for d30v-*-* --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7de695bc76..5b2c3725dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-d30v +Thu Oct 30 11:09:29 1997 Michael Meissner + + * configure.in (d30v-*-*): Configure GCC now. + +end-sanitize-d30v start-sanitize-tx49 Wed Oct 29 16:52:43 1997 Gavin Koch diff --git a/configure.in b/configure.in index 129efee437..bf8bbe26db 100644 --- a/configure.in +++ b/configure.in @@ -457,7 +457,7 @@ case "${target}" in ;; # start-sanitize-d30v d30v-*-*) - noconfigdirs="$noconfigdirs gcc newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss target-libiberty target-newlib target-examples" + noconfigdirs="$noconfigdirs newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss target-libiberty target-newlib target-examples" # start-sanitize-ide noconfigdirs="$noconfigdirs libide vmake jstools" # end-sanitize-ide