forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21070 a1c6a512-1295-4272-9138-f99709370657
6 lines
237 B
Text
6 lines
237 B
Text
|
|
# The compiler for iPod has a bug with -O6, thats why we try to compile twice
|
|
|
|
make CFLAGS="-O6 -ffast-math -fexpensive-optimizations -mcpu=arm7tdmi " -k ipod
|
|
make CFLAGS="-O2 -ffast-math -fexpensive-optimizations -mcpu=arm7tdmi" ipod
|
|
|