freebsd-ports/devel/avr-gcc-3/files/patch-ac
Joerg Wunsch d6adec0038 Mega-upgrade of the AVR GNU toolchain, step #2:
Upgrade to a development version of GCC 3.2.  New AVR microcontrollers are
introduced with faster pace than new versions of GCC :), so we need the
development version to support recent AVR chips (like the ATmega 128).

Alas, official GCC snapshot tarballs still track the 3.1.x branch, so i
got to CVS checkout and roll my own tarball.
2002-07-03 19:20:58 +00:00

12 lines
387 B
Text

--- configure.in.orig Sun May 5 20:56:48 2002
+++ configure.in Tue Jun 4 18:21:31 2002
@@ -706,6 +706,9 @@
target_configdirs="${target_configdirs} target-bsp target-cygmon"
fi
;;
+ avr-*-*)
+ noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libglosstarget-libiberty"
+ ;;
arm-*-oabi*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
;;