summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/build.ipod
blob: bb78632b2dd1e3dfedaf7aae130bc9218dc3fe9a (plain)
1
2
3
4
5
6
7
8
9
10

# 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

# 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