projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c1ebe
)
* configure.in (m32r): Fix spelling of libg++ libs.
author
David Edelsohn
<dje.gcc@gmail.com>
Thu, 17 Oct 1996 17:29:28 +0000
(17:29 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Thu, 17 Oct 1996 17:29:28 +0000
(17:29 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index edd830bf9866ab6f11c9f1294bbe595697be7302..06c3d7d26ce337d3702fdff536c1abcac9b81f76 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+start-sanitize-m32r
+Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
+
+ * configure.in (m32r): Fix spelling of libg++ libs.
+
+end-sanitize-m32r
Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
* config.sub (-apple*): Remove, now redundant.
diff --git
a/configure.in
b/configure.in
index 763055e61365ff94c1a3941f908b4a90c454eed6..e24de70770933f37ad31869309da5a11534253b6 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-488,7
+488,7
@@
case "${target}" in
;;
# start-sanitize-m32r
m32r-*-*)
- noconfigdirs="$noconfigdirs target-lib
gloss libio libstdc++
libg++ gdb"
+ noconfigdirs="$noconfigdirs target-lib
io target-libstdc++ target-
libg++ gdb"
;;
# end-sanitize-m32r
mn10200-*-*)