mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2025-11-20 21:34:06 +00:00
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
# Host makefile fragment for Commodore Amiga running AmigaOS.
|
|
|
|
# We don't actually use libmmalloc.a, since there is no sbrk(),
|
|
# but this allows us to compile it (and then ignore it).
|
|
MMALLOC=
|
|
MMALLOC_DISABLE = -DNO_MMALLOC
|
|
|
|
# There is no standard system compiler. Assume using GNU C.
|
|
#CC = gcc
|
|
|
|
# Compile for automatic stack extension.
|
|
#HDEFINES = -mstackextend
|