aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add armv6j_hardfpold/catalyst_3Raúl Porcel2012-05-031-0/+8
* mips.py: change -O3 to -O2 in loongson2f classesMatt Turner2012-03-171-4/+4
* mips.py: add loongson2{e,f} n64 and multilib classesMatt Turner2012-03-171-0/+28
* mips.py: add -mplt to non-n64 CFLAGSMatt Turner2012-03-171-43/+43
* amd64.py: define CHOST for nocona and core2Matt Turner2012-01-271-0/+2
* Stop dropping /etc/portage on stage3 - bug 388283.Jorge Manuel B. S. Vicetto (jmbsvicetto)2011-11-061-1/+0
* mips.py: align class tableMatt Turner2011-10-161-49/+49
* mips.py: add mips32 softfloat targetsMatt Turner2011-10-161-0/+32
* mips.py: replace -mips* with new -march=mips*Matt Turner2011-09-021-18/+18
* mips.py: add mips4_r10k classesMatt Turner2011-08-211-0/+28
* mips.py: remove incorrect word 'all' from descriptionsMatt Turner2011-08-171-17/+17
* mips.py: call correct constructor in o32 classesMatt Turner2011-08-171-4/+4
* mips.py: add mips32r2 and mips64r2 builder classesMatt Turner2011-08-171-0/+70
* mips.py: mips/o32 classes should inherit generic_mips{,el}Matt Turner2011-07-191-4/+4
* mips.py: remove unnecessary generic_multilib classMatt Turner2011-07-191-18/+6
* mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't existMatt Turner2011-07-191-2/+2
* mips.py: add mips32 and mips64 builder classesMatt Turner2011-07-161-0/+72
* mips.py: include R4x00 and loongson workarounds in mips3Matt Turner2011-06-271-8/+8
* Resolve duplicate class arch_sh4aebSebastian Pipping2011-06-251-7/+0
* Add sh4aebRaúl Porcel2011-06-251-2/+10
* mips.py: add multilib (and missing n64) classesMatt Turner2011-06-251-0/+53
* mips.py: remove n32/n64 USE flagsMatt Turner2011-06-251-9/+1
* mips.py: create generic mips64 classesMatt Turner2011-06-251-31/+36
* mips.py: fix CFLAGS in loongson classMatt Turner2011-06-251-1/+1
* mips.py: Remove ip* classesMatt Turner2011-06-251-42/+0
* mips.py: Remove mips2 classesMatt Turner2011-06-251-14/+0
* Enable new amd64 subarchesRaúl Porcel2011-02-051-7/+6
* Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>...Raúl Porcel2010-11-011-1/+32
* Revert "Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo ...Raúl Porcel2010-11-011-32/+1
* Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>...Raúl Porcel2010-11-011-1/+32
* ARM fixesRaúl Porcel2010-09-261-26/+2
* TypoRaúl Porcel2010-09-041-1/+1
* Fix typo and add armv7a-hardfp targetRaúl Porcel2010-09-041-1/+9
* Apply patch from armin76 for Gentoo bug #299498Andrew Gaffney2010-01-251-67/+43
* Actually pay attention to the 'delete' parameter for Gentoo bug #301769Andrew Gaffney2010-01-221-1/+4
* Missing space in catalyst.util.list_bashify()Andrew Gaffney2010-01-191-1/+1
* Be verbose about why we're not considering certain built targetsAndrew Gaffney2009-12-191-4/+9
* Use a regex to parse the built target filenamesAndrew Gaffney2009-12-191-10/+13
* fix my previous fix of a string.join() callAndrew Gaffney2009-11-291-1/+1
* the command is 'cp', not 'copy'Andrew Gaffney2009-11-281-1/+1
* use os.path.lexists() so it doesn't fail on broken symlinksAndrew Gaffney2009-11-281-1/+1
* specify opening for writingAndrew Gaffney2009-11-281-1/+1
* don't use the same var name twiceAndrew Gaffney2009-11-281-2/+2
* missing modulesAndrew Gaffney2009-11-282-4/+4
* move rsplit() call to assignment instead of returnAndrew Gaffney2009-11-281-2/+2
* minor fixes to buildplan logicAndrew Gaffney2009-11-281-4/+12
* set 'target' properlyAndrew Gaffney2009-11-281-1/+1
* call run_init() before trying to lockAndrew Gaffney2009-11-281-2/+2
* Split up huge __init__() into startup and run-time init functionsAndrew Gaffney2009-11-281-0/+4
* fix a few problems with the last commitAndrew Gaffney2009-11-282-6/+7