forked from len0rd/rockbox
Clipv2/Clip+: no need for -mlong-calls
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0af879c21a
commit
01a6efc669
1 changed files with 3 additions and 3 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
|
@ -313,7 +313,7 @@ arm946cc () {
|
||||||
arm926ejscc () {
|
arm926ejscc () {
|
||||||
findarmgcc
|
findarmgcc
|
||||||
GCCOPTS="$CCOPTS -mcpu=arm926ej-s"
|
GCCOPTS="$CCOPTS -mcpu=arm926ej-s"
|
||||||
if test "$ARG_ARM_EABI" != "1"; then
|
if test "$t_manufacturer" != "as3525" -a "$ARG_ARM_EABI" != "1"; then
|
||||||
GCCOPTS="$GCCOPTS -mlong-calls"
|
GCCOPTS="$GCCOPTS -mlong-calls"
|
||||||
fi
|
fi
|
||||||
GCCOPTIMIZE="-fomit-frame-pointer"
|
GCCOPTIMIZE="-fomit-frame-pointer"
|
||||||
|
|
@ -2019,7 +2019,6 @@ fi
|
||||||
modelname="sansaclipv2"
|
modelname="sansaclipv2"
|
||||||
target="-DSANSA_CLIPV2"
|
target="-DSANSA_CLIPV2"
|
||||||
memory=8
|
memory=8
|
||||||
arm926ejscc
|
|
||||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
bmp2rb_native="$bmp2rb_mono"
|
bmp2rb_native="$bmp2rb_mono"
|
||||||
tool="$rootdir/tools/scramble -add=clv2"
|
tool="$rootdir/tools/scramble -add=clv2"
|
||||||
|
|
@ -2032,6 +2031,7 @@ fi
|
||||||
t_cpu="arm"
|
t_cpu="arm"
|
||||||
t_manufacturer="as3525"
|
t_manufacturer="as3525"
|
||||||
t_model="sansa-clipv2"
|
t_model="sansa-clipv2"
|
||||||
|
arm926ejscc
|
||||||
;;
|
;;
|
||||||
|
|
||||||
61|sansaview)
|
61|sansaview)
|
||||||
|
|
@ -2063,7 +2063,6 @@ fi
|
||||||
modelname="sansaclipplus"
|
modelname="sansaclipplus"
|
||||||
target="-DSANSA_CLIPPLUS"
|
target="-DSANSA_CLIPPLUS"
|
||||||
memory=8
|
memory=8
|
||||||
arm926ejscc
|
|
||||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
bmp2rb_native="$bmp2rb_mono"
|
bmp2rb_native="$bmp2rb_mono"
|
||||||
tool="$rootdir/tools/scramble -add=cli+"
|
tool="$rootdir/tools/scramble -add=cli+"
|
||||||
|
|
@ -2076,6 +2075,7 @@ fi
|
||||||
t_cpu="arm"
|
t_cpu="arm"
|
||||||
t_manufacturer="as3525"
|
t_manufacturer="as3525"
|
||||||
t_model="sansa-clipplus"
|
t_model="sansa-clipplus"
|
||||||
|
arm926ejscc
|
||||||
;;
|
;;
|
||||||
|
|
||||||
150|tatungtpj1022)
|
150|tatungtpj1022)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue