freebsd-ports/devel/avr-gcc/files/patch-ac
Joerg Wunsch 94b00b5e27 Include the C++ compiler. Certainly of limited use for a
microcontroller, but i got interested to get a complex FFT working.

No stdlibc++ support at this time.
2001-08-12 20:18:25 +00:00

12 lines
387 B
Text

--- configure.in.orig Sun Aug 12 18:18:37 2001
+++ configure.in Sun Aug 12 18:18:13 2001
@@ -665,6 +665,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}"
;;