mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
applied patch to bring it in sync with latest CVS head
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
# Host makefile fragment for MorphOS.
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user