openbsd-ports/devel/avr/gcc/patches/patch-gcc-4_3_4_configure
ckuethe ebcb40e5e1 Update to the latest AVR gcc, binutils, libc and gdb. Based on the FreeBSD
port, which is also in sync with winavr/avrstudio. Among other things, this
adds support for atmega328... which means new arduino boards should work.
2010-06-27 20:58:10 +00:00

13 lines
539 B
Plaintext

$OpenBSD: patch-gcc-4_3_4_configure,v 1.1 2010/06/27 20:58:10 ckuethe Exp $
--- gcc-4.3.4/configure.orig Fri Apr 24 23:55:24 2009
+++ gcc-4.3.4/configure Sat Jun 26 11:58:40 2010
@@ -2277,7 +2277,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
;;
avr-*-*)
- noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
+ noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
;;
bfin-*-*)
noconfigdirs="$noconfigdirs gdb"