mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
13 lines
353 B
Diff
13 lines
353 B
Diff
--- gcc-3.4.6/configure 2013-05-19 20:08:05.000000000 +0200
|
|
+++ gcc-3.4.6-patched/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"
|
|
;;
|