summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/configure.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/configure.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/configure.p12
1 files changed, 12 insertions, 0 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/configure.p b/m68k-unknown-amigaos/recipes/patches/gcc/configure.p
new file mode 100644
index 0000000..2561988
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/configure.p
@@ -0,0 +1,12 @@
+--- gcc-3.4.6/configure 2013-05-19 20:08:05.000000000 +0200
++++ configure 2013-05-19 20:23:32.000000000 +0200
+@@ -1060,6 +1060,9 @@
+ *-*-cygwin*)
+ noconfigdirs="autoconf automake send-pr rcs guile perl"
+ ;;
++ m68k-*-amigaos*)
++ noconfigdirs="$noconfigdirs texinfo"
++ ;;
+ *-*-netbsd*)
+ noconfigdirs="rcs"
+ ;;