From: David Edelsohn Date: Thu, 17 Oct 1996 17:29:28 +0000 (+0000) Subject: * configure.in (m32r): Fix spelling of libg++ libs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d45944981b00625bc7c3b95378a98e54ed89687;p=binutils-gdb.git * configure.in (m32r): Fix spelling of libg++ libs. --- 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-*-*)