summaryrefslogtreecommitdiff
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* Add support for m68kRaúl Porcel2013-04-061-0/+22
|
* Whitespace cleanup.Brian Dolbec2013-03-084-5/+5
| | | | | | | | | | Run the following command to cleanup whitespace. for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do sed -i 's/[[:space:]]*$//' "$FILE" done git checkout COPYING ChangeLog Reviewed-by: Matt Turner <mattst88@gmail.com>
* ppc: Remove -fno-strict-aliasing from CFLAGSMatt Turner2012-12-291-6/+6
| | | | | | | Added temporarily in 2004 (commit b010c1bd) for gcc-3.3.3/nptl. Time to go. Fixes https://bugs.gentoo.org/show_bug.cgi?id=449240
* mips.py: Add loongson3a classesMatt Turner2012-09-271-0/+28
|
* Whitespace.Jorge Manuel B. S. Vicetto (jmbsvicetto)2012-09-235-5/+0
|
* add x32 abiCatalyst-2.0.11Mike Frysinger2012-09-081-1/+10
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add armv6j_hardfpJorge Manuel B. S. Vicetto (jmbsvicetto)2012-08-291-4/+4
| | | | | Signed-off-by: Raúl Porcel (armin76) <armin76@gentoo.org> Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Signed-off-by: Daniel Solano Gómez <gentoo@sattvik.com>Jorge Manuel B. S. Vicetto (jmbsvicetto)2012-08-291-1/+2
| | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> Fixes 'HOSTUSER' typo for Pentium M Adds CHOST for Prescott
* Add armv6j_hardfpRaú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
| | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=400829
* mips.py: align class tableMatt Turner2011-10-161-48/+48
|
* mips.py: add mips32 softfloat targetsMatt Turner2011-10-161-0/+32
| | | | | | | softfloat targets are for producing a userland (ie glibc, gcc) that handles software floating-point emulation in userspace. The alternative is configuring your kernel to emulate floating-point math, which is slower but allows you to use a standard "hard float" userland.
* 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
| | | | | | 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