mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-04 20:03:21 +02:00
sh2 drc bugfix for aarch64/mips
This commit is contained in:
2
Makefile
2
Makefile
@@ -225,7 +225,7 @@ endif
|
||||
pprof: platform/linux/pprof.c
|
||||
$(CC) $(CFLAGS) -O2 -ggdb -DPPROF -DPPROF_TOOL -I../../ -I. $^ -o $@ $(LDFLAGS) $(LDLIBS)
|
||||
|
||||
pico/pico_int_offs.h:: tools/mkoffsets.sh
|
||||
pico/pico_int_offs.h: tools/mkoffsets.sh
|
||||
make -C tools/ XCC="$(CC)" XCFLAGS="$(CFLAGS)"
|
||||
|
||||
.s.o:
|
||||
|
||||
Reference in New Issue
Block a user