2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
Krystian Bacławski cfa575b5ca Switch to gcc 3.4.6.
2013-05-19 21:39:06 +02:00

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"
;;