summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-24 21:27:16 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-24 21:27:16 +0000
commit4bb6d4356c560668467a69dea48bd59cddcc1b73 (patch)
treecea32e571bdb2ef0071a08d6798e18497c37ef45
parent8f8ac0e38c33ae5f641ae446ba8d25e4490c0b3a (diff)
downloadrockbox-4bb6d4356c560668467a69dea48bd59cddcc1b73.tar.gz
rockbox-4bb6d4356c560668467a69dea48bd59cddcc1b73.zip
Build cowond2 with gcc-eabi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27123 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure15
1 files changed, 2 insertions, 13 deletions
diff --git a/tools/configure b/tools/configure
index cacee914f3..40935eb9e7 100755
--- a/tools/configure
+++ b/tools/configure
@@ -40,19 +40,8 @@ prefixtools () {
40} 40}
41 41
42findarmgcc() { 42findarmgcc() {
43 models_not_checked_with_eabi="ipod4g cowond2" 43 # FIXME: ipod4g buttons do not work
44 if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled 44 [ "$ARG_ARM_EABI" != 1 -a "$modelname" = "ipod4g" ] && ARG_ARM_EABI="0"
45 for model in $models_not_checked_with_eabi; do
46 if [ "$modelname" = "$model" ]; then
47 ARG_ARM_EABI="0"
48 echo "**************************************************************"
49 echo "**** Target $modelname is using non EABI compiler !"
50 echo "**** Please test a build with --eabi and enable"
51 echo "**** EABI compiler for this target"
52 echo "**************************************************************"
53 fi
54 done
55 fi
56 45
57 if [ "$ARG_ARM_EABI" != "0" ]; then 46 if [ "$ARG_ARM_EABI" != "0" ]; then
58 prefixtools arm-elf-eabi- 47 prefixtools arm-elf-eabi-