Enable the iq2000 support

This commit is contained in:
Nick Clifton
2004-10-28 08:18:18 +00:00
parent 531979231d
commit 7be5e72f3d
3 changed files with 44 additions and 16 deletions

View File

@@ -115,6 +115,8 @@ case "${target}" in
xscale-*-elf | xscale-*-coff)
configdirs="${configdirs} arm testsuite";
;;
iq2000-*-*)
configdirs="${configdirs} iq2000 testsuite";;
esac