mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# makefile fragment for ppc-amigaos4 / gcc
|
|
|
|
#CRT_FLAGS = -mcrt=clib2
|
|
#CRT_FLAGS = -noixemul
|
|
CRT_FLAGS = -mcrt=newlib
|
|
|
|
LDFLAGS+= $(CRT_FLAGS)
|
|
LDLIBS += -lm
|
|
CFLAGS += $(CRT_FLAGS)
|
|
CPPFLAGS+= -DWORDS_BIGENDIAN=1
|
|
|
|
#CPPFLAGS+= -D__USE_INLINE__
|
|
#CPPFLAGS+= -D__USE_OLD_TIMEVAL__
|