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:
b8f9289
)
* configure.in: Add cygmon and libstub support for mn10300.
author
Mark Alexander
<marka@cygnus>
Fri, 12 Jun 1998 02:47:09 +0000
(
02:47
+0000)
committer
Mark Alexander
<marka@cygnus>
Fri, 12 Jun 1998 02:47:09 +0000
(
02:47
+0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 611185d20958b9040441af5163cb9ae32e30f8f8..68bd97040a42637dade0a4c3560bc70afe6ad401 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
+
+ * configure.in: Add cygmon and libstub support for mn10300.
+
Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
* missing: Update to version from automake 1.3.
diff --git
a/configure.in
b/configure.in
index 636e0ef0291b9aa1f3c5aa6e3233a8eb9ce6a1f8..27b23eb978e0a8b96da073eeffb4f99bb3658d18 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-716,6
+716,9
@@
case "${target}" in
;;
mn10300-*-*)
noconfigdirs="$noconfigdirs"
+ if [ x${is_cross_compiler} != xno ] ; then
+ target_configdirs="${target_configdirs} target-libstub target-cygmon"
+ fi
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry