aboutsummaryrefslogtreecommitdiff
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
...
* mips.py: mips/o32 classes should inherit generic_mips{,el}Matt Turner2011-07-191-4/+4
| | | | | | generic_mips64{,el} should only be used for n32/n64/multilib. Signed-off-by: Matt Turner <mattst88@gmail.com>
* mips.py: remove unnecessary generic_multilib classMatt Turner2011-07-191-18/+6
| | | | | | | It only served to add the "multilib" USE flag, which is already provided by the multilib profiles. Signed-off-by: Matt Turner <mattst88@gmail.com>
* mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't existMatt Turner2011-07-191-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gmail.com>
* mips.py: add mips32 and mips64 builder classesMatt Turner2011-07-161-0/+72
| | | | Signed-off-by: Matt Turner <mattst88@gmail.com>
* mips.py: include R4x00 and loongson workarounds in mips3Matt Turner2011-06-271-8/+8
|
* 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
| | | | Nothing uses these flags anymore
* mips.py: create generic mips64 classesMatt Turner2011-06-251-31/+36
| | | | ... and inherit from them to simplify other classes
* mips.py: fix CFLAGS in loongson classMatt Turner2011-06-251-1/+1
| | | | Clearly never tested
* mips.py: Remove ip* classesMatt Turner2011-06-251-42/+0
| | | | | They were clearly never even tested since they were inheriting the little-endian abstract class.
* mips.py: Remove mips2 classesMatt Turner2011-06-251-14/+0
| | | | Linux doesn't even run on mips2
* Enable new amd64 subarchesRaúl Porcel2011-02-051-7/+6
|
* Fix ARM hardfloatRaúl Porcel2010-11-011-1/+1
|
* Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot ↵Raúl Porcel2010-11-011-1/+32
| | | | org>, bug #330241
* Replace -Os with -O2 for ARMRaúl Porcel2010-10-091-2/+2
|
* ARM fixesRaúl Porcel2010-09-261-26/+2
|
* Fix typo and add armv7a-hardfp targetRaúl Porcel2010-09-041-1/+8
|
* Apply patch from armin76 for Gentoo bug #299498Andrew Gaffney2010-01-251-65/+41
|
* Apply additional patch from gentoo bug #255793 for arm subarchesAndrew Gaffney2009-04-041-4/+62
|
* Additional sh patch from gentoo bug #255793Andrew Gaffney2009-02-241-3/+19
|
* Apply patch from gentoo bug #255793 for enhanced sh/arm supportAndrew Gaffney2009-02-212-11/+81
|
* A few typo and other minor fixes as reported by armin76Andrew Gaffney2008-12-072-2/+2
|
* Updating x86/amd64 arch support. Original patches by William Cooke ↵Chris Gianelloni2008-07-302-39/+122
| | | | <gentoo@wcooke.org> and reported to Gentoo bug #224429, modified by me.
* Add armv5tel to arm host listAndrew Gaffney2008-05-141-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1410 d1e1f19c-881f-0410-ab34-b69fee027534
* Changing cobalt_n32 to use mipsel4_n32 as its inheritance point. Thanks to ↵Chris Gianelloni2008-02-091-1/+1
| | | | | | Stuart Longland <redhatter@gentoo.org> for pointing this change out. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1293 d1e1f19c-881f-0410-ab34-b69fee027534
* Fixing a minor display issue when we write out make.conf, adding HOSTUSE for ↵Chris Gianelloni2008-02-082-4/+4
| | | | | | amd64 to add mmx, sse, and sse2 to USE, adding sse2 to pentium4's HOSTUSE. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1287 d1e1f19c-881f-0410-ab34-b69fee027534
* Rearrange things in the arch/*.py files to ensure that nothing is used ↵Chris Gianelloni2008-02-072-60/+46
| | | | | | before it has been defined. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1285 d1e1f19c-881f-0410-ab34-b69fee027534
* Reorder arch/powerpc.py to make python happyAndrew Gaffney2008-02-071-13/+13
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1284 d1e1f19c-881f-0410-ab34-b69fee027534
* Added several subarches for mips so we can dump the mips subarch profiles ↵Chris Gianelloni2008-02-071-21/+119
| | | | | | from my shiny new multi-parent profile structure. This is 2.0.6_pre1 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1282 d1e1f19c-881f-0410-ab34-b69fee027534
* Merged ppc.py and ppc64.py into powerpc.py and merged sparc.py and ↵Chris Gianelloni2008-02-065-153/+142
| | | | | | sparc64.py into sparc.py, so we have a cleaner set of arch files. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1280 d1e1f19c-881f-0410-ab34-b69fee027534
* Did a little cleanup on the x86.py to remove some redundant entries and ↵Chris Gianelloni2008-02-062-29/+42
| | | | | | added nocona and core2 to amd64.py, though they're currently commented out. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1279 d1e1f19c-881f-0410-ab34-b69fee027534
* Added a patch from Markus Rothe <corsair@gentoo.org> to add power6 and cell ↵Chris Gianelloni2008-02-061-10/+26
| | | | | | subarches to ppc64 for bug #208860 and removing redundant CXXFLAGS settings, since catalyst sets CXXFLAGS=CFLAGS by default. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1277 d1e1f19c-881f-0410-ab34-b69fee027534
* Added prescott to the subarches for x86.Chris Gianelloni2008-02-061-5/+26
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1275 d1e1f19c-881f-0410-ab34-b69fee027534
* apply patch for mips n32 support from Stuart Longland <redhatter@gentoo.org> ↵Andrew Gaffney2007-11-171-0/+17
| | | | | | in bug #197917 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1259 d1e1f19c-881f-0410-ab34-b69fee027534
* look for linux32 in /bin and /usr/binAndrew Gaffney2007-10-173-6/+6
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1251 d1e1f19c-881f-0410-ab34-b69fee027534
* Added s390x (64-bit) support via a patch from Mike Frysinger ↵Chris Gianelloni2007-04-101-1/+14
| | | | | | <vapier@gentoo.org> for bug #173002. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1226 d1e1f19c-881f-0410-ab34-b69fee027534
* Added a patch from Andrew Gaffney <agaffney@gentoo.org> to fix up the ↵Chris Gianelloni2007-02-1313-32/+38
| | | | | | problems with using all of the various subarch settings. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1217 d1e1f19c-881f-0410-ab34-b69fee027534
* Added a patch from Mike Frysinger <vapier@gentoo.org> to support cbuild.Chris Gianelloni2007-01-0913-19/+6
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1206 d1e1f19c-881f-0410-ab34-b69fee027534
* Removing old CVS Header lines, which are no longer used since moving to SVN.Chris Gianelloni2007-01-0213-13/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1205 d1e1f19c-881f-0410-ab34-b69fee027534
* Added patch from Mike Frysinger <vapier@gentoo.org> to change the SPARC ↵Chris Gianelloni2006-12-271-3/+3
| | | | | | personality check. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1202 d1e1f19c-881f-0410-ab34-b69fee027534
* Removing all copyright and license comment headers from all files so we ↵Chris Gianelloni2006-10-0213-39/+13
| | | | | | don't ever get another bug like bug #149638. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1179 d1e1f19c-881f-0410-ab34-b69fee027534
* The sparc32 binary is in /bin, not /usr/bin.Chris Gianelloni2006-08-111-4/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1171 d1e1f19c-881f-0410-ab34-b69fee027534
* Fixed invocation of linux32 for x86 and ppc. This is for bug #138080.Chris Gianelloni2006-06-282-6/+6
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1154 d1e1f19c-881f-0410-ab34-b69fee027534
* Fix ppc64 based arches to subclass ppc64Eric Edgar2006-05-151-9/+9
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1136 d1e1f19c-881f-0410-ab34-b69fee027534
* Added 970, power3, power4, and power5 sub-arches for ppc64.Chris Gianelloni2006-05-101-3/+33
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1132 d1e1f19c-881f-0410-ab34-b69fee027534
* Changed mcpu to mtune since mcpu is deprecated on GCC 3.4 and above.Chris Gianelloni2006-01-231-2/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1038 d1e1f19c-881f-0410-ab34-b69fee027534
* Added ppc -mcpu patch from Pylon for bug #118709.Chris Gianelloni2006-01-111-7/+7
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1017 d1e1f19c-881f-0410-ab34-b69fee027534
* Added -pipe to default CFLAGS/CXXFLAGS and doing some minor cleanup ↵Chris Gianelloni2006-01-0310-51/+51
| | | | | | (comments mostly). git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1008 d1e1f19c-881f-0410-ab34-b69fee027534
* remove stray \' from arch/sh.pyEric Edgar2005-12-231-2/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1002 d1e1f19c-881f-0410-ab34-b69fee027534
* Updated sh support from Mike Frysinger <vapier@gentoo.org> and closing bug ↵Chris Gianelloni2005-12-201-6/+36
| | | | | | #115866. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@986 d1e1f19c-881f-0410-ab34-b69fee027534