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
This commit is contained in:
parent
99655d66bd
commit
f61a7f77da
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue