Changes in / [7003296:e67fb9b] in clfs-embedded


Ignore:
Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs/common/hostapd.xml

    r7003296 re67fb9b  
    5353    <para os="c">Compile the package:</para>
    5454
    55 <screen os="d"><userinput>make CFLAGS="-g -Os -Wall"</userinput></screen>
     55<screen os="d"><userinput>make CC=${CC} CFLAGS="-g -Os -Wall"</userinput></screen>
    5656
    5757    <para os="e">Install the package:</para>
  • BOOK/bootloaders/mips/colo.xml

    r7003296 re67fb9b  
    3838    <para os="a">Compile the Colo package:</para>
    3939
    40 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" binary
    41 make CROSS_COMPILE="${CLFS_TARGET}-" tooldirs</userinput></screen>
     40<screen os="b"><userinput>make CC="${CC}" CROSS_COMPILE="${CLFS_TARGET}-" binary
     41make CC="${CC}" CROSS_COMPILE="${CLFS_TARGET}-" tooldirs</userinput></screen>
    4242
    4343    <para os="c">Install the package:</para>
  • BOOK/cross-tools/x86/gcc-final.xml

    r7003296 re67fb9b  
    4141  --enable-languages=c --enable-c99 --enable-long-long \
    4242  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    43   --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU} \
    44   --disable-multilib</userinput></screen>
     43  --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU}</userinput></screen>
    4544
    4645    <variablelist os="af">
  • BOOK/cross-tools/x86/gcc-static.xml

    r7003296 re67fb9b  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --with-arch=${CLFS_CPU} --disable-multilib</userinput></screen>
     50  --with-arch=${CLFS_CPU}</userinput></screen>
    5151
    5252    <variablelist os="af">
     
    219219      </varlistentry>
    220220
    221       <varlistentry os="af20">
    222         <term><parameter>--disable-multilib</parameter></term>
    223         <listitem>
    224           <para>This option specifies that multiple target libraries should
    225           not be built.</para>
    226         </listitem>
    227       </varlistentry>
    228 
    229221    </variablelist>
    230222
  • BOOK/cross-tools/x86/variables.xml

    r7003296 re67fb9b  
    3737echo export CLFS_ARCH=\""${CLFS_ARCH}\"" &gt;&gt; ~/.bashrc
    3838echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc
    39 echo export CLFS_CPU=\""${CLFS_CPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     39echo export CLFS_ENDIAN=\""${CLFS_CPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    4040
    4141  <table os="i">
  • BOOK/final-system/common/zlib.xml

    r7003296 re67fb9b  
    3333    <para os="c">Prepare Zlib for compilation:</para>
    3434
    35 <screen os="d"><userinput>./configure --prefix=/usr --shared</userinput></screen>
     35<screen os="d"><userinput>CC="${CC}" ./configure --prefix=/usr --shared</userinput></screen>
    3636
    3737    <variablelist os="aa">
Note: See TracChangeset for help on using the changeset viewer.