File: gcc_aos4.cfg

package info (click to toggle)
wildmidi 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,332 kB
  • sloc: ansic: 14,455; sh: 351; makefile: 284
file content (15 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# makefile fragment for ppc-amigaos4 / gcc

#CRT_FLAGS = -mcrt=clib2
#CRT_FLAGS = -noixemul
CRT_FLAGS = -mcrt=newlib

CFLAGS += $(CRT_FLAGS)
LDFLAGS+= $(CRT_FLAGS)

LDFLAGS+= -lm
CFLAGS += -DWORDS_BIGENDIAN=1

CFLAGS += -D__USE_INLINE__
CFLAGS += -D__USE_OLD_TIMEVAL__