Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78321 - toolchain.eclass has a typo
Summary: toolchain.eclass has a typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 01:10 UTC by Wolfgang Thiess
Modified: 2005-01-18 00:53 UTC (History)
1 user (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 Wolfgang Thiess 2005-01-17 01:10:32 UTC
In toolchain.eclass function gcc_src_compile() there is a line:
eerror "of a multilib gcc.  Please set FEATURE=-sandbox and try again."

It should be:
eerror "of a multilib gcc.  Please set FEATURES=-sandbox and try again."

The variable is named FEATURES, not FEATURE.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-18 00:53:14 UTC
fixed, thanks.