mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
Adding gskit dependency
This commit is contained in:
parent
ebf2b007d1
commit
888ca0b83b
2 changed files with 75 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -157,8 +157,8 @@ set_platform()
|
|||
MFLAGS=""
|
||||
ARCH=mips64r5900el
|
||||
ASFLAGS="$ASFLAGS -G0 -call_shared"
|
||||
CFLAGS="$CFLAGS -D_EE -G0 -I${PS2SDK}/ee/include -I${PS2SDK}/common/include -I${PS2SDK}/ports/include"
|
||||
LDFLAGS="$LDFLAGS -Wl,-zmax-page-size=128 -T${PS2SDK}/ee/startup/linkfile -L${PS2SDK}/ee/lib -L${PS2SDK}/ports/lib"
|
||||
CFLAGS="$CFLAGS -D_EE -G0 -I${PS2SDK}/ee/include -I${PS2SDK}/common/include -I${PS2DEV}/gsKit/include -I${PS2SDK}/ports/include"
|
||||
LDFLAGS="$LDFLAGS -Wl,-zmax-page-size=128 -T${PS2SDK}/ee/startup/linkfile -L${PS2SDK}/ee/lib -L${PS2DEV}/gsKit/lib -L${PS2SDK}/ports/lib"
|
||||
;;
|
||||
*)
|
||||
fail "unsupported platform: $platform"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue