Merge pull request #1392 from phcoder/l1ght

Fix psl1ght support
This commit is contained in:
hizzlekizzle 2020-05-04 09:54:16 -05:00 committed by GitHub
commit fcacd8d632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,5 +7,6 @@
/dist/win*/
/dist/osx*/
/dist/wiiu
/dist/psl1ght
/log/
.DS_Store

View File

@ -510,6 +510,17 @@ case "$platform" in
CXX="psp-g++${BINARY_EXT}"
;;
psl1ght)
DIST_DIR="psl1ght"
FORMAT_EXT=a
FORMAT=_psl1ght
FORMAT_COMPILER_TARGET=psl1ght
FORMAT_COMPILER_TARGET_ALT=psl1ght
CC="powerpc64-ps3-elf-gcc${BINARY_EXT}"
CXX="powerpc64-ps3-elf-g++${BINARY_EXT}"
;;
ps2)
DIST_DIR="ps2"
FORMAT_EXT=a

View File

@ -1,9 +1,13 @@
PSL1GHT /home/buildbot/tools/ps3dev
PS3DEV /home/buildbot/tools/ps3dev
PATH /home/buildbot/tools/ps3dev/bin:/home/buildbot/tools/ps3dev/ppu/bin:/home/buildbot/tools/ps3dev/spu/bin
PSL1GHT /home/buildbot/ps3dev
PS3DEV /home/buildbot/ps3dev
PATH /home/buildbot/ps3dev/bin:/home/buildbot/ps3dev/ppu/bin:/home/buildbot/ps3dev/spu/bin
platform psl1ght
PLATFORM psl1ght
RA YES
JOBS 2
CORE_JOB YES
MAKE make
TARGET psl1ght
ARCH powerpc
CC powerpc64-ps3-elf-gcc
CXX powerpc64-ps3-elf-g++