2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00

Remove host's fragments. This is cross compiler!

This commit is contained in:
Krystian Bacławski
2012-08-03 12:54:41 +02:00
parent 1260115863
commit d223211b20
7 changed files with 0 additions and 77 deletions

View File

@ -1,13 +0,0 @@
# Host makefile fragment for Commodore Amiga running AmigaOS.
# There is no standard system compiler. Assume use GNU C.
CC = gcc
# There is no support for -g yet. But use -O instead.
CFLAGS = -O
# 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