aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-08-12 20:18:25 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-08-12 20:18:25 +0000
commit94b00b5e27bfd750dbe464d82b79031130994016 (patch)
tree8b1aeea0bf6b12f8cd5885acd14112bdc733c998 /devel/avr-gcc-3/files
parent58bf95c7e4f198b9c2399f8118f0ee8f647260c8 (diff)
downloadports-94b00b5e27bfd750dbe464d82b79031130994016.tar.gz
ports-94b00b5e27bfd750dbe464d82b79031130994016.zip
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.
Notes
Notes: svn path=/head/; revision=46156
Diffstat (limited to 'devel/avr-gcc-3/files')
-rw-r--r--devel/avr-gcc-3/files/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/avr-gcc-3/files/patch-ac b/devel/avr-gcc-3/files/patch-ac
new file mode 100644
index 000000000000..0dcd72c3a9e4
--- /dev/null
+++ b/devel/avr-gcc-3/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}"
+ ;;