summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host.p12
1 files changed, 12 insertions, 0 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host.p b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host.p
new file mode 100644
index 0000000..f13685e
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host.p
@@ -0,0 +1,12 @@
+--- gcc/config.host 2010-12-20 02:28:16.000000000 +0000
++++ gcc/config.host 2010-12-20 02:31:32.000000000 +0000
+@@ -264,4 +264,9 @@
+ out_host_hook_obj=host-hpux.o
+ host_xmake_file="${host_xmake_file} x-hpux"
+ ;;
++ m68k-*-amigaos*)
++ host_xm_file="m68k/xm-amigaos.h"
++ host_xmake_file="m68k/x-amigaos"
++ out_host_hook_obj=host-amigaos.o
++ ;;
+ esac