diff --git a/ChangeLog b/ChangeLog index 923725acbe..4ea72b4585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-31 Ralf Corsépius + + * config-ml.in: Comment out arm/thumb exception (Add arm/thumb + multilib). + 2008-12-30 Ralf Corsépius * 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