mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-09 16:35:50 +01:00
commit
4ad0087f4e
3
Makefile
3
Makefile
@ -179,9 +179,10 @@ OBJS += $(OBJS_COMMON)
|
||||
CFLAGS += $(addprefix -D,$(DEFINES))
|
||||
|
||||
ifneq ($(findstring gcc,$(CC)),)
|
||||
ifneq ($(findstring SunOS,$(shell uname -a)),SunOS)
|
||||
LDFLAGS += -Wl,-Map=$(TARGET).map
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
target_: $(TARGET)
|
||||
|
||||
|
||||
@ -53,6 +53,9 @@ ifeq ($(platform), unix)
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
use_sh2drc = 1
|
||||
ifneq ($(findstring SunOS,$(shell uname -a)),)
|
||||
CC=gcc
|
||||
endif
|
||||
|
||||
# Portable Linux
|
||||
else ifeq ($(platform), linux-portable)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user