This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

crossdev

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Resources

crossdev is a set of wrapper scripts that provides cross-compilation capability to Portage. It is written in bash and is dependent on a basic Gentoo subsystem.

crossdev is primary developed by Gentoo developer Mike Frysinger (vapier).

Installation

Emerge

root #emerge --ask sys-devel/crossdev

Usage

Invocation

user $crossdev --help

To see the supported architectures, C libraries, and special targets:

user $crossdev --target help

Removal

Unmerge

root #emerge --ask --depclean sys-devel/crossdev

See also