- Timestamp:
- Feb 11, 2011, 1:10:30 PM (14 years ago)
- Branches:
- master
- Children:
- 7afc252
- Parents:
- e67fb9b (diff), 1fd00ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs/common/hostapd.xml
re67fb9b r7003296 53 53 <para os="c">Compile the package:</para> 54 54 55 <screen os="d"><userinput>make C C=${CC} CFLAGS="-g -Os -Wall"</userinput></screen>55 <screen os="d"><userinput>make CFLAGS="-g -Os -Wall"</userinput></screen> 56 56 57 57 <para os="e">Install the package:</para> -
BOOK/bootloaders/mips/colo.xml
re67fb9b r7003296 38 38 <para os="a">Compile the Colo package:</para> 39 39 40 <screen os="b"><userinput>make C C="${CC}" CROSS_COMPILE="${CLFS_TARGET}-" binary41 make C C="${CC}" CROSS_COMPILE="${CLFS_TARGET}-" tooldirs</userinput></screen>40 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" binary 41 make CROSS_COMPILE="${CLFS_TARGET}-" tooldirs</userinput></screen> 42 42 43 43 <para os="c">Install the package:</para> -
BOOK/cross-tools/x86/gcc-final.xml
re67fb9b r7003296 41 41 --enable-languages=c --enable-c99 --enable-long-long \ 42 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 43 --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU}</userinput></screen> 43 --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU} \ 44 --disable-multilib</userinput></screen> 44 45 45 46 <variablelist os="af"> -
BOOK/cross-tools/x86/gcc-static.xml
re67fb9b r7003296 48 48 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 49 49 --disable-libssp --disable-threads --enable-languages=c \ 50 --with-arch=${CLFS_CPU} </userinput></screen>50 --with-arch=${CLFS_CPU} --disable-multilib</userinput></screen> 51 51 52 52 <variablelist os="af"> … … 219 219 </varlistentry> 220 220 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 221 229 </variablelist> 222 230 -
BOOK/cross-tools/x86/variables.xml
re67fb9b r7003296 37 37 echo export CLFS_ARCH=\""${CLFS_ARCH}\"" >> ~/.bashrc 38 38 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" >> ~/.bashrc 39 echo export CLFS_ ENDIAN=\""${CLFS_CPU}\"" >> ~/.bashrc</userinput></screen>39 echo export CLFS_CPU=\""${CLFS_CPU}\"" >> ~/.bashrc</userinput></screen> 40 40 41 41 <table os="i"> -
BOOK/final-system/common/zlib.xml
re67fb9b r7003296 33 33 <para os="c">Prepare Zlib for compilation:</para> 34 34 35 <screen os="d"><userinput> CC="${CC}"./configure --prefix=/usr --shared</userinput></screen>35 <screen os="d"><userinput>./configure --prefix=/usr --shared</userinput></screen> 36 36 37 37 <variablelist os="aa">
Note:
See TracChangeset
for help on using the changeset viewer.