mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
config for x86 (32 bit only, for SH2 drc), add/revive profiling
This commit is contained in:
parent
78d817c370
commit
c1d15f7397
7 changed files with 91 additions and 15 deletions
15
config.x86
Normal file
15
config.x86
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Automatically generated by configure
|
||||
# Configured with: './configure' '--platform=generic'
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
AS = as
|
||||
STRIP = strip
|
||||
CFLAGS += -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wno-unused-result -m32 #-DGPERF -pg
|
||||
ASFLAGS +=
|
||||
LDFLAGS += -m32 #-pg
|
||||
LDLIBS += -L$(HOME)/opt/binutils-i386/usr/lib/ -lbfd-2.24-multiarch -lopcodes-2.24-multiarch
|
||||
LDLIBS += -L/usr/lib/i386-linux-gnu/debug -L/home/build/opt/lib32 -lSDL-1.2 -lasound -lpng -lz -lm -ldl
|
||||
|
||||
ARCH = x86
|
||||
PLATFORM = generic
|
||||
SOUND_DRIVERS = oss alsa sdl
|
Loading…
Add table
Add a link
Reference in a new issue