mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-23 20:21:21 +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"
|
|
;;
|