summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog5
-rw-r--r--config-ml.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 923725acbe..4ea72b4585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * config-ml.in: Comment out arm/thumb exception (Add arm/thumb
+ multilib).
+
2008-12-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
diff --git a/config-ml.in b/config-ml.in
index 48b2fd0a67..f960486321 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -208,7 +208,7 @@ arm-*-rtems*)
multidirs=""
for x in ${old_multidirs}; do
case "${x}" in
- *thumb* ) : ;;
+# *thumb* ) : ;;
*fpu* ) : ;;
*) multidirs="${multidirs} ${x}" ;;
esac