mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
build, add miyoo to release script
This commit is contained in:
parent
f591b83785
commit
d26d4c2965
2 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
# retrofw: mipsel-linux-uclibc (the retrofw toolchain)
|
||||
# gcw0: gcw0-toolchain; mips-toolchain (buildroot, newer gcc)
|
||||
# rg350: rg350-toolchain; mips-toolchain (buildroot, newer gcc)
|
||||
# miyoo: miyoo
|
||||
# psp: pspdev
|
||||
# additionally needed libs for toolchains in $HOME/opt/lib and $HOME/opt/lib64
|
||||
|
||||
|
@ -82,6 +83,13 @@ PATH=$HOME/opt/mips-toolchain/usr/bin:$PATH make clean all
|
|||
mv PicoDrive.opk release-$rel/PicoDrive-opendingux_$rel.opk
|
||||
}
|
||||
|
||||
[ -z "${plat##* miyoo *}" ] && {
|
||||
# miyoo: BittBoy >=v1, PocketGo, Powkiddy [QV]90/Q20 (Allwinner F1C100s, ARM926)
|
||||
TC=$HOME/opt/miyoo PATH=$TC/bin:$PATH CROSS_COMPILE=arm-miyoo-linux-uclibcgnueabi- CFLAGS="-I $TC/arm-miyoo-linux-uclibcgnueabi/sysroot/usr/include -I $TC/arm-miyoo-linux-uclibcgnueabi/sysroot/usr/include/SDL -Wno-unused-result" LDFLAGS="--sysroot $TC/arm-miyoo-linux-uclibcgnueabi/sysroot" ./configure --platform=miyoo
|
||||
TC=$HOME/opt/miyoo PATH=$TC/bin:$PATH make clean all
|
||||
mv PicoDrive.zip release-$rel/PicoDrive-miyoo_$rel.zip
|
||||
}
|
||||
|
||||
[ -z "${plat##* psp *}" ] && {
|
||||
# psp (experimental), pspdev SDK toolchain
|
||||
TC=$HOME/opt/pspdev PATH=$TC/bin:$PATH CROSS_COMPILE=psp- CFLAGS="-I$TC/psp/sdk/include -D_POSIX_C_SOURCE=199506L" LDFLAGS="-L$TC/psp/sdk/lib" ./configure --platform=psp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue