2003-05-02 19:20:20 +01:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of GCC</title>
|
|
|
|
|
2003-05-10 23:57:55 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-3.patch
|
2003-05-02 19:20:20 +01:00
|
|
|
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
|
2003-05-08 00:51:03 +01:00
|
|
|
patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>mkdir ../gcc-build
|
|
|
|
cd ../gcc-build</userinput></screen></para>
|
|
|
|
|
2003-05-11 00:48:26 +01:00
|
|
|
<para><screen><userinput>../gcc-&gcc-version;/configure --prefix=/stage1 \
|
2003-05-02 19:20:20 +01:00
|
|
|
--with-local-prefix=/stage1 \
|
2003-05-05 19:38:56 +01:00
|
|
|
--enable-clocale=gnu --enable-shared \
|
2003-05-08 00:51:03 +01:00
|
|
|
--enable-threads=posix --enable-__cxa_atexit \
|
|
|
|
--enable-languages=c,c++
|
2003-05-11 00:48:26 +01:00
|
|
|
make
|
2003-05-02 19:20:20 +01:00
|
|
|
make -k check
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|