mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
58bd309a05
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1199 af4574ff-66df-0310-9fd7-8a98e5e911e0
24 lines
826 B
XML
24 lines
826 B
XML
<sect2>
|
|
<title>Configuring <application><acronym>GCC</acronym></application></title>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
&library-config;
|
|
|
|
<para>The instructions given above make compatibility symlinks that pre-compiled
|
|
packages in <acronym>BLFS</acronym> require. You may create additional
|
|
compatibility links based on your requirements.</para>
|
|
|
|
<para>If you only need the GCC-&gcc2-version; libraries, you may delete
|
|
<filename>/opt/gcc-&gcc2-version;</filename>.</para>
|
|
|
|
<para>Whenever you need to use GCC-&gcc2-version; instead of you system
|
|
installed compiler, add
|
|
<filename class="directory">/opt/gcc-&gcc2-version;/bin</filename> to the front of your <envar>PATH</envar> or (preferably) set the <envar>CC</envar>
|
|
environment variable before compiling the concerned package.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|