Remove host's fragments. This is cross compiler!

This commit is contained in:
Krystian Bacławski
2012-08-03 13:05:40 +02:00
parent 1260115863
commit d223211b20
7 changed files with 0 additions and 77 deletions
@@ -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 */
-12
View File
@@ -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 ;;
-13
View File
@@ -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
-12
View File
@@ -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