diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-08-04 21:44:09 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-08-04 21:44:09 +0000 |
commit | 83512ef31ca0d3510bb0c72d01a3510e246494be (patch) | |
tree | 18f51a4d01c6140fee5daef1701a95984beaa013 /profiles | |
parent | add 64-bit quota patch. Bug #142817. (diff) | |
download | historical-83512ef31ca0d3510bb0c72d01a3510e246494be.tar.gz historical-83512ef31ca0d3510bb0c72d01a3510e246494be.tar.bz2 historical-83512ef31ca0d3510bb0c72d01a3510e246494be.zip |
Added description for CROSSCOMPILE_OPTS USE_EXPAND environment variable.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/crosscompile_opts.desc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/desc/crosscompile_opts.desc b/profiles/desc/crosscompile_opts.desc new file mode 100644 index 000000000000..fc2cc3085cfa --- /dev/null +++ b/profiles/desc/crosscompile_opts.desc @@ -0,0 +1,10 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/crosscompile_opts.desc,v 1.1 2006/08/04 21:44:09 kugelfang Exp $ + +# This file contains descriptions of CROSSCOMPILE_OPTS USE_EXPAND flags. + +# Keep it sorted. + +bootstrap - Build only a bootstrap version of the toolchain. +headers-only - Build the toolchain against cross-headers only. |