2002-08-16 23:43:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><userinput>export CC=cc :</userinput> This command allows you to
|
|
|
|
use gcc's C compiler instead of gnat's C compiler.</para>
|
|
|
|
|
|
|
|
<para><userinput>export PATH_HOLD=$PATH :</userinput> This command
|
|
|
|
stores your current path before it's modified so that it can be restored after
|
|
|
|
installation.</para>
|
|
|
|
|
2002-08-31 09:58:23 +08:00
|
|
|
<para><userinput>export PATH=/usr/src/gnat/bin:$PATH :</userinput> This
|
2002-08-16 23:43:44 +08:00
|
|
|
command allows the build to find gnat's Ada compiler to build
|
|
|
|
Ada.</para>
|
|
|
|
|
|
|
|
<para><userinput>--enable-languages=c,c++,objc,f77,ada :</userinput>
|
|
|
|
This command builds all available languages in the gcc package except
|
|
|
|
java. You can modify this command to remove unwanted languages. If you
|
|
|
|
are removing Ada, use the separate installation instructions below.</para>
|
|
|
|
|
2002-08-18 05:46:03 +08:00
|
|
|
<para><userinput>-- enable shared --enable-threads=posix
|
2002-08-16 23:43:44 +08:00
|
|
|
--enable-__cxa_atexit :</userinput> These commands are required to build
|
|
|
|
the C++ libraries to published standards.</para>
|
|
|
|
|
2002-08-18 05:46:03 +08:00
|
|
|
<para><userinput>--with-slibdir=/lib : This command sets the path to
|
|
|
|
libgcc_s.so.</userinput></para>
|
2002-08-16 23:43:44 +08:00
|
|
|
|
|
|
|
<para><userinput>touch treeprs.ads [es]info.h nmake.ad[bs] :</userinput>
|
|
|
|
This command creates necessary files for the Ada build.</para>
|
|
|
|
|
|
|
|
<para><userinput>make gnatlib_and tools :</userinput> This command
|
|
|
|
completes the Ada build process.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|