2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 17:28:24 +00:00
Files
amigaos-binutils/config/mh-amigaos
2006-03-15 23:35:05 +00:00

14 lines
432 B
Plaintext

# Host makefile fragment for Commodore Amiga running AmigaOS.
# There is no standard system compiler. Assume using GNU C.
CC = gcc
CFLAGS = -g -O2 -mstackextend
# We have both types of links under AmigaOS with GNU
# utils, however the links need to be made in canonical
# AmigaOS format (foo:bar/bell/file) rather than UNIX
# format (/foo/bar/bell/file). When this is fixed, then
# these can go away.
SYMLINK = cp
HARDLINK = cp