Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59882 - Add mips4n32 subtarget to arch/mips.py
Summary: Add mips4n32 subtarget to arch/mips.py
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: MIPS Linux
: High enhancement
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-09 11:08 UTC by Ilya Volynets (RETIRED)
Modified: 2004-08-09 21:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add mips4n32 subarch (mips4n32.diff,1.74 KB, patch)
2004-08-09 11:09 UTC, Ilya Volynets (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Volynets (RETIRED) gentoo-dev 2004-08-09 11:08:13 UTC
N32 stages need to have CHOST set to mips64-linux and -mabi=n32 passed in CFLAGS.
This patch adds subarch mips4n32 to make n32 stages possible.

Of course - there still is a question of how to propperly handle multi-abi arches.
Creating #CPUs * #ABIs of subarch keywords doesn't seem like best thing.
Especially if you deal with thing like MIPS, which can also have any CPU run in
either BE or LE...


Reproducible: Always
Steps to Reproduce:
Comment 1 Ilya Volynets (RETIRED) gentoo-dev 2004-08-09 11:09:28 UTC
Created attachment 37109 [details, diff]
Patch to add mips4n32 subarch
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-08-09 21:25:25 UTC
thanks for the patch - its in cvs ;)