Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18789 - cross-gcc
Summary: cross-gcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: James Boddington (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 18936
  Show dependency tree
 
Reported: 2003-04-04 23:45 UTC by James Boddington (RETIRED)
Modified: 2003-06-09 18:22 UTC (History)
1 user (show)

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


Attachments
cross-gcc 1.5 (cross-gcc,2.67 KB, text/plain)
2003-04-04 23:48 UTC, James Boddington (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Boddington (RETIRED) gentoo-dev 2003-04-04 23:45:27 UTC
This will gives us somewhere to compare notes with the actual building of the tool chain. 
 
I have updated cross-gcc again to do some thing like 
 
if [ -d $PORTDIR/sys-kernel/$ARCH-headers] 
then 
	preamble blah blah emerge $ARCH-headers 
else 
	preamble blah blah emerge linux-headers 
fi 
 
The script has what I am using at the moment.
Comment 1 James Boddington (RETIRED) gentoo-dev 2003-04-04 23:48:44 UTC
Created attachment 10216 [details]
cross-gcc 1.5
Comment 2 Zach Welch (RETIRED) gentoo-dev 2003-04-07 18:12:28 UTC
The functionality of this script has been integrated with gcc-config and
checked into the portage tree as gcc-config-1.4.1, which I've now reported
as bug 18933.
Comment 3 James Boddington (RETIRED) gentoo-dev 2003-06-09 18:22:44 UTC
I surpose now that gcc-config has the required functionality this bug is no longer 
needed.