1#define TARGET_LINUX
2#define SPARC64
3
4PLATFORMLIB = linux_sparc
5SVNDIR = linux_sparc64
6
7#define OUTPUT_EXE %(NAME)
8#define OUTPUT_CON %(NAME)
9#define OUTPUT_DLL lib%(NAME).so
10#define OUTPUT_LIB lib%(NAME).a
11
12//#define CC gcc
13//#define CXX g++
14//#define AR ar
15#define STRIP strip
16#define STRIPFLAGS -s
17
18#define CCFLAGS -O3 -mcpu=v9 -m64 -Wno-multichar
19#define LFLAGS -mcpu=v9 -m64
20#define SHFLAGS -shared -Wl,--strip-all
21
22#include "gcc.inc"
23