mirror of
https://github.com/libretro/libretro-super
synced 2025-02-06 03:40:09 +00:00
commit
fcacd8d632
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,6 @@
|
||||
/dist/win*/
|
||||
/dist/osx*/
|
||||
/dist/wiiu
|
||||
/dist/psl1ght
|
||||
/log/
|
||||
.DS_Store
|
||||
|
@ -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
|
||||
|
@ -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++
|
Loading…
x
Reference in New Issue
Block a user