aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3
Commit message (Collapse)AuthorAgeFilesLines
* Fix the documentation build process. We need to depend it on perl.Joerg Wunsch2002-09-012-2/+18
| | | | | | | | Since the system's perl in -stable is too old (pod2man), we supply pregenerated man pages in a separate distfile to help them out. Notes: svn path=/head/; revision=65446
* Update to version 2002.09.01. Included are a couple of privateJoerg Wunsch2002-09-015-5/+101
| | | | | | | | | | | | patches that were floating through the avr-gcc and avr-libc mailinglists, just for the time being until they might have been integrated into gcc's CVS. Portname changed from dashes in the snap date to dots so portupgrade doesn't get confused about it. Thanks to Brian Dean for the hint. Notes: svn path=/head/; revision=65401
* Now that gcc renamed the head of their CVS from 3.2 to 3.3, update thisJoerg Wunsch2002-08-124-59/+51
| | | | | | | port since avr-libc-current has avr-gcc 3.3 as their prerequisite. Notes: svn path=/head/; revision=64421
* Forgot to cvs add this patch in the previous commit. It (finally!) omitsJoerg Wunsch2002-07-031-0/+12
| | | | | | | re-installing avr-c++filt which is already present from avr-binutils. Notes: svn path=/head/; revision=62391
* Mega-upgrade of the AVR GNU toolchain, step #2:Joerg Wunsch2002-07-036-100/+162
| | | | | | | | | | | | Upgrade to a development version of GCC 3.2. New AVR microcontrollers are introduced with faster pace than new versions of GCC :), so we need the development version to support recent AVR chips (like the ATmega 128). Alas, official GCC snapshot tarballs still track the 3.1.x branch, so i got to CVS checkout and roll my own tarball. Notes: svn path=/head/; revision=62389
* Fix packaging list.Joerg Wunsch2002-06-042-21/+22
| | | | Notes: svn path=/head/; revision=60604
* Update to gcc 3.0.1.Joerg Wunsch2001-10-103-29/+29
| | | | Notes: svn path=/head/; revision=48652
* Include the C++ compiler. Certainly of limited use for aJoerg Wunsch2001-08-125-3/+26
| | | | | | | | | microcontroller, but i got interested to get a complex FFT working. No stdlibc++ support at this time. Notes: svn path=/head/; revision=46156
* Ooops, the PKGNAMEPREFIX got accidentally dropped.Joerg Wunsch2001-08-121-0/+1
| | | | Notes: svn path=/head/; revision=46147
* Another accidental omission from plist.Joerg Wunsch2001-08-121-0/+1
| | | | Notes: svn path=/head/; revision=46145
* Forgot about a couple of stale entries in the plist.Joerg Wunsch2001-08-121-2/+0
| | | | Notes: svn path=/head/; revision=46139
* Upgrade to the released version of gcc 3.0.Joerg Wunsch2001-08-124-23/+18
| | | | Notes: svn path=/head/; revision=46136
* This gcc snapshot requires bison in order to build.Joerg Wunsch2001-04-291-0/+1
| | | | | | | Submitted by: bsd Notes: svn path=/head/; revision=42025
* I forgot to update the master sites accordingly for the gcc snapshotJoerg Wunsch2001-04-201-3/+12
| | | | | | | location. Current list stolen from lang/gcc-devel. Notes: svn path=/head/; revision=41750
* Upgrade to a development snapshot of gcc-3. Target `avr' is nowJoerg Wunsch2001-04-204-71/+58
| | | | | | | | | | | | supported natively, so no external patches needed anymore. Note that this port requires up-to-date avr-binutils, since a few things in the assembler syntax have been changed. Not yet tested on the alpha platform. Notes: svn path=/head/; revision=41714
* Finally get the avr-gcc port really compile on the alpha architecture,Joerg Wunsch2001-03-161-0/+1
| | | | | | | | | | | | | | by forcing the CFLAGS to -O -pipe. Somehow, the alpha build always tries to enforce a particular -mcpu=ev4 flag which of course cannot be understood by the (AVR) xgcc later on. This looks to me like a bug in the cross-compilation environment of gcc, but i'm tired of actually finding the bug. The compiled result of avr-gcc MD5 compares equal to something build from an IA32 host platform. Notes: svn path=/head/; revision=39916
* Crude hack to get all this running on the alpha architecutre as well.Joerg Wunsch2001-03-151-0/+22
| | | | | | | | | | | Since gcc (in the assumption of generating a native compiler) doesn't want to cbe configured for an alpha*-*-freebsd* system, we hack the configure script to allow this (similarly to netbsd). In the end, all this will be ignored anyway since it's getting to become a cross-compiler. Notes: svn path=/head/; revision=39892
* Argl. USE_AUTOCONF wasn't quite what i actually intented... Instead,Joerg Wunsch2001-03-111-2/+2
| | | | | | | | | manually add the dependency for autoheader(1), but don't have the ports infrastructure run `autoconf' (which clobbered the top-level configure script). Notes: svn path=/head/; revision=39566
* Didn't notice before that this port actually uses GNU autoconf... ThisJoerg Wunsch2001-03-101-0/+1
| | | | | | | | | | | | should fix the port build on bento. Still doesn't want to be built on the alpha arch, i'm not sure whether i'll be able to fix that or whether i'll have to exclude it from the alpha build. In theory, since it's a cross-compiler already anyway, it should be possible to build it on non-i386 platforms as well. Notes: svn path=/head/; revision=39466
* Atmel AVR cross-development, part #2: the C compiler.Joerg Wunsch2000-12-055-0/+132
Notes: svn path=/head/; revision=35683