aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-devel
Commit message (Collapse)AuthorAgeFilesLines
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add missing files to plistDmitry Marakasov2015-09-092-0/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396491
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-12-091-37/+0
| | | | Notes: svn path=/head/; revision=374360
* Remove some overusage of PERL_ARCH.Mathieu Arnold2014-10-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=371664
* Add an avr-gcc-devel port for the most recent GCC feature set.Joerg Wunsch2014-08-085-0/+444
| | | | | | | | PR: 192399 Submitted by: pi Notes: svn path=/head/; revision=364385
* Make GCC 4.3.x the default version.Joerg Wunsch2009-06-1118-2356/+0
| | | | | | | | | Contents goes into devel/avr-gcc now. devel/avr-gcc-devel Notes: svn path=/head/; revision=235600
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-2/+2
| | | | Notes: svn path=/head/; revision=233833
* Chase mpfr library.Alex Dupre2009-01-301-1/+2
| | | | Notes: svn path=/head/; revision=227228
* This is a "sneak preview" port of GCC 4.3.1 for the Atmel AVRJoerg Wunsch2008-07-2818-0/+2355
| | | | | | | | | | | | | | microcontrollers. It includes patches from the WinAVR project to support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167 controllers, and in particular the next generation AVRs ATxmega64A1 and ATxmega128A1. The port has been carefully crafted to peacefully coexist with the non-devel avr-gcc port. All executables installed have the suffix "-43" added for that reason. Notes: svn path=/head/; revision=217789
* Remove. This has been moved to avr-gcc to become the standard versionJoerg Wunsch2006-10-0610-1154/+0
| | | | | | | of AVR-GCC now. Notes: svn path=/head/; revision=174679
* Fix the COMMENT to tell this is GCC 4.x rather than 3.x. Pointed outJoerg Wunsch2006-09-283-4/+6
| | | | | | | | | | | | | | | | by Simon Barner. Revert the default debugging format to stabs but offer DWARF-2 as an option (rather than being the default). AVR-GDB currently understands stabs much better than DWARF-2. Fix a bug in patch-zz-atmega256x that caused -fcall-prologues to generate faulty code. This affected libgcc.a as it uses this option. This bug has been originally found and fixed by Wang Guohui but I missed his fix when adding the patch here. Notes: svn path=/head/; revision=174059
* Update to GCC 4.1.1.Joerg Wunsch2006-09-267-149/+727
| | | | | | | | | | Add Björn Haase's (beta) patch for ATmega256x support, backported to GCC 4.1.1 by Bernhard Trog. Add Anatoly Sokolov's patch to support __attribute__((alias)). Notes: svn path=/head/; revision=173926
* Fix the link specification in the patch so ATmega*P devices will getJoerg Wunsch2006-04-202-2/+2
| | | | | | | | | their correct -Tdata option passed down. Submitted by: Anatoly Sokolov Notes: svn path=/head/; revision=160042
* Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,Joerg Wunsch2006-04-194-13/+32
| | | | | | | | | | | | | | ATmega165P, and ATmega169P. Add the patch mentioned in GCC bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26504 to support DWARF-2 generation, and enable the respective configuration option. Notes: svn path=/head/; revision=159945
* Add NO_LATEST_LINK.Joerg Wunsch2006-04-041-0/+1
| | | | Notes: svn path=/head/; revision=158796
* Try to remove empty "rw" locale directories when uninstalling.Joerg Wunsch2006-03-272-1/+3
| | | | Notes: svn path=/head/; revision=158239
* Actually keep my promise to also support the ATmega406.Joerg Wunsch2006-03-242-2/+3
| | | | Notes: svn path=/head/; revision=158086
* Fix linker instructions for ATmega1280/ATmega1281 target MCUs.Joerg Wunsch2006-03-232-1/+2
| | | | Notes: svn path=/head/; revision=158020
* This brings GCC 4.1.0 for the AVR microcontroller target to theJoerg Wunsch2006-03-237-0/+550
ports collection. Notes: svn path=/head/; revision=157992