Changeset 0194a60 in clfs-embedded for BOOK/cross-tools/common/gcc-static.xml


Ignore:
Timestamp:
Nov 7, 2008, 11:37:37 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f8218f3
Parents:
56d186f
Message:

Updated Binutils to 2.19.
Updated GCC to 4.3.2.
Dropped the uClibc Headers Page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-static.xml

    r56d186f r0194a60  
    3333<screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    3434
    35     <para os="p3">The following patch is needed for GCC to build against uClibc:</para>
    36 
    37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen>
    38 
    39     <para os="p5">The following patch ensures that <command>gcc</command> does not
    40     search the <filename class="directory">/usr</filename> directory for
    41     <filename class="libraryfile">libgcc_s.so</filename> when
    42     cross-compiling:</para>
    43 
    44 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
    45 
    4635    <para os="c">The GCC documentation recommends building GCC outside of the source
    4736    directory in a dedicated build directory:</para>
     
    5544    --target=${CLFS_TARGET} --disable-multilib \
    5645    --with-sysroot=${CLFS} --disable-nls --disable-shared \
     46    --without-headers --with-newlib --disable-decimal-float \
     47    --disable-libgomp --disable-libmudflap --disable-libssp \
    5748    --disable-threads --enable-languages=c</userinput></screen>
    5849
     
    8879    <para os="ag">Continue with compiling the package:</para>
    8980
    90 <screen os="ah"><userinput>make all-gcc</userinput></screen>
     81<screen os="ah"><userinput>make</userinput></screen>
    9182
    9283    <para os="ai">Install the package:</para>
    9384
    94 <screen os="aj"><userinput>make install-gcc</userinput></screen>
     85<screen os="aj"><userinput>make install</userinput></screen>
    9586
    9687  </sect2>
Note: See TracChangeset for help on using the changeset viewer.