From 9d45944981b00625bc7c3b95378a98e54ed89687 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 17 Oct 1996 17:29:28 +0000 Subject: [PATCH] * configure.in (m32r): Fix spelling of libg++ libs. --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index edd830bf986..06c3d7d26ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-m32r +Thu Oct 17 10:27:56 1996 Doug Evans + + * configure.in (m32r): Fix spelling of libg++ libs. + +end-sanitize-m32r Thu Oct 10 10:37:17 1996 Stan Shebs * config.sub (-apple*): Remove, now redundant. diff --git a/configure.in b/configure.in index 763055e6136..e24de707709 100644 --- a/configure.in +++ b/configure.in @@ -488,7 +488,7 @@ case "${target}" in ;; # start-sanitize-m32r m32r-*-*) - noconfigdirs="$noconfigdirs target-libgloss libio libstdc++ libg++ gdb" + noconfigdirs="$noconfigdirs target-libio target-libstdc++ target-libg++ gdb" ;; # end-sanitize-m32r mn10200-*-*) -- 2.30.2