From 94b00b5e27bfd750dbe464d82b79031130994016 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 12 Aug 2001 20:18:25 +0000 Subject: 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. --- devel/avr-gcc/files/patch-ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/avr-gcc/files/patch-ac (limited to 'devel/avr-gcc/files/patch-ac') diff --git a/devel/avr-gcc/files/patch-ac b/devel/avr-gcc/files/patch-ac new file mode 100644 index 000000000000..0dcd72c3a9e4 --- /dev/null +++ b/devel/avr-gcc/files/patch-ac @@ -0,0 +1,12 @@ +--- 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}" + ;; -- cgit v1.2.3