summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog5
-rw-r--r--config-ml.in11
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8de0d4898..0ef3b512e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * config-ml.in: Don't built multilib variant normal (-mn) for
+ h8300-*-rtems*.
+
+2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/config-subdirs.m4: Remove.
* Makefile.am: Reflect changes above.
diff --git a/config-ml.in b/config-ml.in
index fe4d572277..70ef0fdcca 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -215,6 +215,17 @@ arm-*-rtems*)
done
;;
+h8300-*-rtems*)
+ old_multidirs=${multidirs}
+ multidirs=""
+ for x in ${old_multidirs}; do
+ case "${x}" in
+ *normal* ) : ;;
+ *) multidirs="${multidirs} ${x}" ;;
+ esac
+ done
+ ;;
+
sh-*-rtems*)
old_multidirs=${multidirs}
multidirs=""