Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93128 - [Request] Compile in 32-bit versus 64-bit
Summary: [Request] Compile in 32-bit versus 64-bit
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 19:12 UTC by Andrew Dorney
Modified: 2005-05-18 20:36 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Dorney 2005-05-18 19:12:06 UTC
I would like to request a command-line option for portage, so that when an AMD64 user emerges something, it can be emerged in x86 versus amd64. This would also solve quite a few binary issues for a lot of people.

I'm not a programmer, but I'm guessing this is going to be a hard(er) thing to implement, what with dependency checking between x86 and amd64, but I thought I'd suggest it anyway. I'd love to be able to emerge x86 things at will.

~~ Andrew D.
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2005-05-18 19:17:17 UTC
This is way way off.
Comment 2 Andrew Dorney 2005-05-18 19:59:29 UTC
This is way way off.
-------------------

I'm... sorry? Maybe I don't understand something here, but just "this is way
off" doesn't help clarify things for me.

~~ Andrew D.
Comment 3 SpanKY gentoo-dev 2005-05-18 20:36:10 UTC
put -m32 into your CFLAGS
Comment 4 SpanKY gentoo-dev 2005-05-18 20:36:52 UTC
afaik you can already do this by running something like `ABI=x86 emerge <pkg>`