Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 5852 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +5 lines)
Lines 531-540 Link Here
531
<p>Now that you have a working copy of the Portage tree, people using stage1 to
531
<p>Now that you have a working copy of the Portage tree, people using stage1 to install will need to bootstrap their Gentoo Linux system as follows.  First edit the file <font class="path">/etc/make.conf</font>.  In this file, you should set your <font class="code">USE</font> flags, which specify optional functionality that you would like to be built into packages; generally, the defaults (an <font class="emphasis">empty</font> or unset USE variable) are fine.  The package 'gentoolkit' has a script called 'useflags' that can assist you.  More information on USE flags can be found <a href="http://www.gentoo.org/doc/use-howto.html">here</a>.</p>
532
install will need to bootstrap their Gentoo Linux system as follows.  First
532
533
edit the file <font class="path">/etc/make.conf</font>.  In this file, you should set your
533
<p>You also should set appropriate <font class="code">CHOST</font>, <font class="code"> CFLAGS</font> and <font class="code">CXXFLAGS</font> settings for the kind of system that you are creating (commented examples can be found further down in the file.)  Your best friend is 'man gcc' to figure out what additional CFLAGS and CXXFLAGS are available.  Search for 'Optimization'.</p>
534
<font class="code">USE</font> flags, which specify optional functionality that you would like to
534
535
be built into packages; generally, the defaults (an <font class="emphasis">empty</font> or unset USE
535
<p>If necessary, you can also set proxy information here if you are behind a firewall.</p>
536
variable) are fine.  You also should set appropriate <font class="code">CHOST</font>, <font class="code">
537
CFLAGS</font> and <font class="code">CXXFLAGS</font> settings for the kind of system that you are
538
creating (commented examples can be found further down in the file.)  If
539
necessary, you can also set proxy information here if you are behind a
540
firewall.  </p>
541
--

Return to bug 5852