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:
3ea07de
)
* configure.in: Remove libgloss from noconfigdirs for MN10300.
author
Mark Alexander
<marka@cygnus>
Mon, 23 Feb 1998 18:03:48 +0000
(18:03 +0000)
committer
Mark Alexander
<marka@cygnus>
Mon, 23 Feb 1998 18:03:48 +0000
(18:03 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 919024561e2389b1e598ccd4414220c5bbbc95f3..6d9c143780584ab5f10541b74ff4a4faab54ff54 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
+
+ * configure.in: Remove libgloss from noconfigdirs for MN10300.
+
Fri Feb 20 16:47:24 1998 Tom Tromey <tromey@cygnus.com>
* configure: Don't let builds be done in source tree.
diff --git
a/configure.in
b/configure.in
index 93e52e76b57d4064002012a6da21ef18c51f1822..cb894f6a2f3356378f9c012352931bc596d8d1ff 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-657,7
+657,7
@@
case "${target}" in
noconfigdirs="$noconfigdirs target-libgloss"
;;
mn10300-*-*)
- noconfigdirs="$noconfigdirs
target-libgloss
"
+ noconfigdirs="$noconfigdirs"
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry