mirror of
https://github.com/libretro/libretro-super
synced 2025-02-06 12:40:05 +00:00
commit
fcacd8d632
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,6 @@
|
|||||||
/dist/win*/
|
/dist/win*/
|
||||||
/dist/osx*/
|
/dist/osx*/
|
||||||
/dist/wiiu
|
/dist/wiiu
|
||||||
|
/dist/psl1ght
|
||||||
/log/
|
/log/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -510,6 +510,17 @@ case "$platform" in
|
|||||||
CXX="psp-g++${BINARY_EXT}"
|
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)
|
ps2)
|
||||||
DIST_DIR="ps2"
|
DIST_DIR="ps2"
|
||||||
FORMAT_EXT=a
|
FORMAT_EXT=a
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
PSL1GHT /home/buildbot/tools/ps3dev
|
PSL1GHT /home/buildbot/ps3dev
|
||||||
PS3DEV /home/buildbot/tools/ps3dev
|
PS3DEV /home/buildbot/ps3dev
|
||||||
PATH /home/buildbot/tools/ps3dev/bin:/home/buildbot/tools/ps3dev/ppu/bin:/home/buildbot/tools/ps3dev/spu/bin
|
PATH /home/buildbot/ps3dev/bin:/home/buildbot/ps3dev/ppu/bin:/home/buildbot/ps3dev/spu/bin
|
||||||
platform psl1ght
|
platform psl1ght
|
||||||
PLATFORM psl1ght
|
PLATFORM psl1ght
|
||||||
RA YES
|
RA YES
|
||||||
JOBS 2
|
JOBS 2
|
||||||
CORE_JOB YES
|
CORE_JOB YES
|
||||||
MAKE make
|
MAKE make
|
||||||
|
TARGET psl1ght
|
||||||
|
ARCH powerpc
|
||||||
|
CC powerpc64-ps3-elf-gcc
|
||||||
|
CXX powerpc64-ps3-elf-g++
|
Loading…
x
Reference in New Issue
Block a user