mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
13 lines
349 B
Plaintext
13 lines
349 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 =
|