diff --git a/patches/binutils-2.9.1/bfd/hosts/amigaos.h b/patches/binutils-2.9.1/bfd/hosts/amigaos.h deleted file mode 100644 index dc62d7f..0000000 --- a/patches/binutils-2.9.1/bfd/hosts/amigaos.h +++ /dev/null @@ -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 */ diff --git a/patches/binutils-2.9.1/config.guess.diff b/patches/binutils-2.9.1/config.guess.diff deleted file mode 100644 index 999a194..0000000 --- a/patches/binutils-2.9.1/config.guess.diff +++ /dev/null @@ -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 ;; diff --git a/patches/binutils-2.9.1/config/mh-amigaos b/patches/binutils-2.9.1/config/mh-amigaos deleted file mode 100644 index 4889ea4..0000000 --- a/patches/binutils-2.9.1/config/mh-amigaos +++ /dev/null @@ -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 diff --git a/patches/binutils-2.9.1/configure.in.diff b/patches/binutils-2.9.1/configure.in.diff deleted file mode 100644 index 7b2b06f..0000000 --- a/patches/binutils-2.9.1/configure.in.diff +++ /dev/null @@ -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" - ;; diff --git a/patches/binutils-2.9.1/gas/config/amigaos.mh b/patches/binutils-2.9.1/gas/config/amigaos.mh deleted file mode 100644 index d38d7bc..0000000 --- a/patches/binutils-2.9.1/gas/config/amigaos.mh +++ /dev/null @@ -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 diff --git a/patches/binutils-2.9.1/libiberty/config.table.diff b/patches/binutils-2.9.1/libiberty/config.table.diff deleted file mode 100644 index fa68877..0000000 --- a/patches/binutils-2.9.1/libiberty/config.table.diff +++ /dev/null @@ -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 diff --git a/patches/binutils-2.9.1/libiberty/config/mh-amigaos b/patches/binutils-2.9.1/libiberty/config/mh-amigaos deleted file mode 100644 index e857793..0000000 --- a/patches/binutils-2.9.1/libiberty/config/mh-amigaos +++ /dev/null @@ -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