Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171056 - sys-devel/crossdev wants to install linux-headers for *-elf targets
Summary: sys-devel/crossdev wants to install linux-headers for *-elf targets
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 17:22 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-03-16 22:59 UTC (History)
0 users

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-03-15 17:22:47 UTC
As per summary. The CTARGET mangling should also set KPKG="[none]", not limit to set LPKG="newlib", for the *-elf case.

Thanks,
Diego
Comment 1 SpanKY gentoo-dev 2007-03-16 22:59:01 UTC
it already does this ...

        # Bare metal targets
        *-newlib|*-elf)
            LPKG="newlib"
            KPKG="[none]"
            STAGE=${STAGE_LIBC}
            ;;