mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Remove host's fragments. This is cross compiler!
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
/* Host configuration for AmigaOS */
|
||||
#ifndef hosts_amigaos_h
|
||||
#define hosts_amigaos_h
|
||||
#include "hosts/std-host.h"
|
||||
#endif /* hosts_amigaos_h */
|
||||
@@ -1,12 +0,0 @@
|
||||
--- binutils-2.9.1/config.guess Fri May 1 08:48:46 1998
|
||||
+++ binutils-2.9.1/config.guess Sun Aug 23 00:00:00 1998
|
||||
@@ -112,6 +112,9 @@ EOF
|
||||
amiga:OpenBSD:*:*)
|
||||
echo m68k-unknown-openbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
+ *:[Aa]miga[Oo][Ss]:*:*)
|
||||
+ echo ${UNAME_MACHINE}-unknown-amigaos
|
||||
+ exit 0 ;;
|
||||
arc64:OpenBSD:*:*)
|
||||
echo mips64el-unknown-openbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
@@ -1,13 +0,0 @@
|
||||
# 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
|
||||
@@ -1,12 +0,0 @@
|
||||
--- binutils-2.9.1/configure.in Fri May 1 09:00:42 1998
|
||||
+++ binutils-2.9.1/configure.in Sun Aug 23 00:00:00 1998
|
||||
@@ -179,6 +179,9 @@ case "${host}" in
|
||||
i[3456]86-*-msdosdjgpp*)
|
||||
host_makefile_frag="${host_makefile_frag} config/mh-go32"
|
||||
;;
|
||||
+ *-*-amigaos*)
|
||||
+ host_makefile_frag="${host_makefile_frag} config/mh-amigaos"
|
||||
+ ;;
|
||||
*-cygwin32*)
|
||||
host_makefile_frag="${host_makefile_frag} config/mh-cygwin32"
|
||||
;;
|
||||
@@ -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
|
||||
@@ -1,10 +0,0 @@
|
||||
--- binutils-2.9.1/libiberty/config.table 1998-05-01 08:47:49.000000000 -0700
|
||||
+++ binutils-2.9.1/libiberty/config.table 2011-05-08 20:28:36.636307945 -0700
|
||||
@@ -23,6 +23,7 @@
|
||||
*-*-sysv*) frag=mh-sysv ;;
|
||||
*-*-go32) frag=mh-go32 ;;
|
||||
i[345]86-*-windows*) frag=mh-windows ;;
|
||||
+ *-*-amigaos*) frag=mh-amigaos ;;
|
||||
|
||||
*-*-vxworks5* | *-*-vxworks)
|
||||
# VxWorks 5 needs special action, because the usual
|
||||
@@ -1,12 +0,0 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user