/[tewi]/Platform/ps2.mk
ViewVC logotype

Annotation of /Platform/ps2.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 nishi 1.1 # $Id: ps2.mk 212 2024-10-02 17:44:55Z nishi $
2    
3     PREFIX = /dev_hdd0/httpd
4    
5     CC = mips64r5900el-ps2-elf-gcc
6     AR = mips64r5900el-ps2-elf-ar
7     CFLAGS = -O2 -D_EE -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/ps2dev/ps2sdk/ee/include -I /usr/local/ps2dev/ps2sdk/common/include
8     LDFLAGS = -T/usr/local/ps2dev/ps2sdk/ee/startup/linkfile -L /usr/local/ps2dev/ps2sdk/ee/lib -O2
9     LIBS = -ldebug -lsocket
10     EXEC = .elf
11     LIBSUF = .so
12     MODULE =
13     SERVADD = mips64r5900el-ps2-elf-strip tewi.elf -o tewi_strip.elf

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev