1#define IX86
2
3#define ASM yasm
4#define STIP strip
5#define STRIPFLAGS -s -x
6
7#define CCFLAGS -O3 -DTARGET_QTOPIA -DTARGET_DESKTOP -DQT_SHARED -pipe -m32 -march=i486 -msse -mmmx -Wno-multichar -fno-exceptions -fvisibility=hidden
8#define ASMFLAGS -f elf -D_HIDDEN
9#define LFLAGS
10#define SHFLAGS -shared -Wl,--strip-all
11
12#include "gcc_qtopia.inc"
13