diff --git a/ChangeLog b/ChangeLog index a8de0d4898..0ef3b512e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-23 Ralf Corsepius + + * config-ml.in: Don't built multilib variant normal (-mn) for + h8300-*-rtems*. + 2003-10-23 Ralf Corsepius * aclocal/config-subdirs.m4: Remove. 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=""