diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-25 14:49:31 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-25 14:49:31 +0000 |
| commit | f61a7f77da9737edd57223d49daa95c95ed9c3ca (patch) | |
| tree | 46b9adbc34165b902d7e62edc31e3a7bf4a3e483 | |
| parent | 99655d66bd5fb15c8207a7c4b897c9cf8ab8b1b9 (diff) | |
| download | rockbox-f61a7f77da9737edd57223d49daa95c95ed9c3ca.zip rockbox-f61a7f77da9737edd57223d49daa95c95ed9c3ca.tar.gz rockbox-f61a7f77da9737edd57223d49daa95c95ed9c3ca.tar.bz2 rockbox-f61a7f77da9737edd57223d49daa95c95ed9c3ca.tar.xz | |
Fuzev2: set compiler after manufacturer, so we can set gcc flags according to manufacturer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24913 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 67fc189..5ed0054 100755 --- a/tools/configure +++ b/tools/configure @@ -2084,7 +2084,6 @@ fi modelname="sansafuzev2" target="-DSANSA_FUZEV2" memory=8 # not sure - arm926ejscc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$bmp2rb_mono" tool="$rootdir/tools/scramble -add=fuz2" @@ -2097,6 +2096,7 @@ fi t_cpu="arm" t_manufacturer="as3525" t_model="sansa-fuzev2" + arm926ejscc ;; 150|tatungtpj1022) |