diff options
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/build.ipod')
-rw-r--r-- | apps/plugins/pdbox/PDa/src/build.ipod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/src/build.ipod b/apps/plugins/pdbox/PDa/src/build.ipod new file mode 100644 index 0000000000..bb78632b2d --- /dev/null +++ b/apps/plugins/pdbox/PDa/src/build.ipod | |||
@@ -0,0 +1,10 @@ | |||
1 | |||
2 | # The compiler for iPod has a bug with -O6, thats why we try to compile twice | ||
3 | |||
4 | make CFLAGS="-O6 -ffast-math -fexpensive-optimizations -mcpu=arm7tdmi " -k ipod | ||
5 | make CFLAGS="-O2 -ffast-math -fexpensive-optimizations -mcpu=arm7tdmi" ipod | ||
6 | |||
7 | # The compiler for iPod has a bug with -O6, thats why we try to compile twice | ||
8 | |||
9 | make CFLAGS="-O6 -ffast-math -fexpensive-optimizations -mcpu=arm7tdmi " -k ipod | ||
10 | make CFLAGS="-O2 -ffast-math -fexpensive-optimizations -mcpu=arm7tdmi" ipod | ||