Use the correct target cpu in Gigabeast builds, rerun configure.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ff9141652
commit
7b8f4a534d
1 changed files with 8 additions and 1 deletions
9
tools/configure
vendored
9
tools/configure
vendored
|
@ -226,6 +226,13 @@ arm926ejscc () {
|
|||
endian="little"
|
||||
}
|
||||
|
||||
arm1136jfscc () {
|
||||
prefixtools arm-elf-
|
||||
GCCOPTS="$CCOPTS -mcpu=arm1136jf-s -mlong-calls"
|
||||
GCCOPTIMIZE="-fomit-frame-pointer"
|
||||
endian="little"
|
||||
}
|
||||
|
||||
whichadvanced () {
|
||||
##################################################################
|
||||
# Prompt for specific developer options
|
||||
|
@ -1215,7 +1222,7 @@ EOF
|
|||
modelname="gigabeats"
|
||||
target="-DGIGABEAT_S"
|
||||
memory=64
|
||||
arm9tdmicc
|
||||
arm1136jfscc
|
||||
tool="$rootdir/tools/scramble -add=gigs"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
|
|
Loading…
Reference in a new issue