aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add initial target buildplan logicAndrew Gaffney2009-11-281-0/+78
* add get_target_name()Andrew Gaffney2009-11-281-2/+6
* Add initialization of values for catalyst.target.target in generic_target's _...Andrew Gaffney2009-11-281-1/+7
* Split up built_target into target and built_targetAndrew Gaffney2009-11-281-21/+24
* Add initial built_target supportAndrew Gaffney2009-11-281-0/+61
* change os.path.is_dir() to isdir()Andrew Gaffney2009-11-281-1/+1
* Remove metadata_overlay option, since it doesn't make sense with >=portage-2.1.6Andrew Gaffney2009-09-201-12/+0
* Add dependency information for each targetAndrew Gaffney2009-09-1914-12/+53