summaryrefslogtreecommitdiffstats
path: root/config-ml.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:50:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:50:16 +0000
commit0b22af60bb3fcea83e837c7b0fcfd2691d0ada56 (patch)
tree76ce73f4a35c788187454d8ce5c7556ff1f583a1 /config-ml.in
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-0b22af60bb3fcea83e837c7b0fcfd2691d0ada56.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-ml.in b/config-ml.in
index d3b474f494..78b2f4c8d7 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -217,7 +217,8 @@ arm-*-rtems*)
multidirs=""
for x in ${old_multidirs}; do
case "${x}" in
- *thumb*) : ;;
+ *thumb* ) : ;;
+ *fpu* ) : ;;
*) multidirs="${multidirs} ${x}" ;;
esac
done
@@ -228,6 +229,8 @@ sh-*-rtems*)
multidirs=""
for x in ${old_multidirs}; do
case "${x}" in
+ *ml ) : ;;
+ *ml/m2 ) : ;;
*m3e*) : ;;
*m4-single*) : ;;
m4*) : ;;