diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-08-12 20:18:25 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-08-12 20:18:25 +0000 |
commit | 94b00b5e27bfd750dbe464d82b79031130994016 (patch) | |
tree | 8b1aeea0bf6b12f8cd5885acd14112bdc733c998 /devel/avr-gcc-3/Makefile | |
parent | 58bf95c7e4f198b9c2399f8118f0ee8f647260c8 (diff) | |
download | ports-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/Makefile')
-rw-r--r-- | devel/avr-gcc-3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 163eefd6ee5a..8254ab37258a 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -11,7 +11,8 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= avr- -DISTNAME= gcc-core-${PORTVERSION} +DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ + gcc-g++-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= joerg@freebsd.org @@ -32,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr -MAKE_FLAGS= LANGUAGES="c" +MAKE_FLAGS= LANGUAGES="c c++" MAN1= cpp.1 avr-gcc.1 gcov.1 |