diff options
author | joerg <joerg@FreeBSD.org> | 2006-03-19 22:38:09 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2006-03-19 22:38:09 +0000 |
commit | 15286aa3ebbbfbf060f5f4f99e4dd06abe3af9fc (patch) | |
tree | 253db5651e7eb0552325ac0da6593806942c2689 /devel/avr-gcc/Makefile | |
parent | 5809dde0f4c28c7824ae9e8205faf9911a8f312e (diff) | |
download | FreeBSD-ports-15286aa3ebbbfbf060f5f4f99e4dd06abe3af9fc.zip FreeBSD-ports-15286aa3ebbbfbf060f5f4f99e4dd06abe3af9fc.tar.gz |
Upgrade to GCC 3.4.6.
Add support for ATmega406 and AT90USB646/647/1286/1286 devices.
Register conflict for avr-gcc-devel port (GCC 4.1-based, to come soon).
Diffstat (limited to 'devel/avr-gcc/Makefile')
-rw-r--r-- | devel/avr-gcc/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index a8fe283..812ec5d 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcc -PORTVERSION= 3.4.5 -PORTREVISION= 2 +PORTVERSION= 3.4.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITES+= http://people.freebsd.org/~joerg/:local @@ -35,6 +34,8 @@ USE_GMAKE= yes USE_BISON= yes GNU_CONFIGURE= yes +CONFLICTS= avr-gcc-devel-4* + CONFIGURE_ARGS= --target=avr --disable-nls MAKE_FLAGS= LANGUAGES="c c++" @@ -45,7 +46,7 @@ MAN1= avr-cpp.1 avr-gcc.1 avr-g++.1 avr-gcov.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 INFO= cpp gcc gccint cppinternals gccinstall -# As files/patch-binary-constants updates the documentation, we need to +# As ${FILESDIR}/patch-binary-constants updates the documentation, we need to # recreate it. pre-build: cd ${WRKSRC}/gcc &&\ @@ -54,8 +55,8 @@ pre-build: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BROKEN= "System's Pod::Man too old to generate the documentation." -IGNORE= "you need a newer version of Perl to build the documentation" +BROKEN= System's Pod::Man too old to generate the documentation. +IGNORE= you need a newer version of Perl to build the documentation .endif .include <bsd.port.post.mk> |