forked from len0rd/rockbox
No instruction scheduling on the coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5201 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86425855fc
commit
c21e7e7f62
1 changed files with 3 additions and 1 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -26,6 +26,7 @@ shcc () {
|
|||
AS=sh-elf-as
|
||||
OC=sh-elf-objcopy
|
||||
GCCOPTS="$CCOPTS -m1"
|
||||
GCCOPTIMIZE="-fomit-frame-pointer -fschedule-insns"
|
||||
}
|
||||
|
||||
coldfirecc () {
|
||||
|
|
@ -35,6 +36,7 @@ coldfirecc () {
|
|||
AS=m68k-elf-as
|
||||
OC=m68k-elf-objcopy
|
||||
GCCOPTS="$CCOPTS -m5200"
|
||||
GCCOPTIMIZE="-fomit-frame-pointer"
|
||||
}
|
||||
|
||||
whichsim () {
|
||||
|
|
@ -385,7 +387,7 @@ if [ -z "$debug" ]; then
|
|||
*)
|
||||
debug=""
|
||||
echo "Normal build selected"
|
||||
GCCOPTS="$GCCOPTS -fomit-frame-pointer -fschedule-insns"
|
||||
GCCOPTS="$GCCOPTS $GCCOPTIMIZE"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue