mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
config templates for gp2x, caanoo, dingux either with system toolchain (open2x,gph,opendingux) or ubuntu arm(gcc 4.7 is highest possible),mips
This commit is contained in:
parent
2c479106af
commit
e0396782f3
6 changed files with 96 additions and 0 deletions
16
config.dingux54
Normal file
16
config.dingux54
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Automatically generated by configure
|
||||
# Configured with: './configure' '--platform=generic'
|
||||
CC = mipsel-linux-gnu-gcc
|
||||
CXX = mipsel-linux-gnu-g++
|
||||
AS = mipsel-linux-gnu-as
|
||||
STRIP = mipsel-linux-gnu-strip
|
||||
CFLAGS += -I/home/build/opt/opendingux-toolchain/usr/include/
|
||||
CFLAGS += -I/home/build/opt/opendingux-toolchain/usr/include/SDL
|
||||
CFLAGS += -D_GNU_SOURCE=1 -D_REENTRANT -Wno-unused-result -fno-stack-protector
|
||||
ASFLAGS +=
|
||||
LDFLAGS +=
|
||||
LDLIBS += -B/home/build/opt/opendingux-toolchain/usr/lib -B/home/build/opt/opendingux-toolchain/lib -Wl,-rpath-link=/home/build/opt/opendingux-toolchain/usr/lib -Wl,-rpath-link=/home/build/opt/opendingux-toolchain/lib -lSDL -lasound -lpng -lz -lm -lstdc++ -ldl
|
||||
|
||||
ARCH = mipsel
|
||||
PLATFORM = opendingux
|
||||
SOUND_DRIVERS = sdl
|
Loading…
Add table
Add a link
Reference in a new issue