- Timestamp:
- Jan 3, 2009, 7:23:45 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 88958a8
- Parents:
- ef68b1c
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
ref68b1c r9f5a80a 23 23 <title>Installation of Glibc Headers</title> 24 24 25 <para os="s1">The following sed removes a dependency of gcc 3.4.x from 26 the glibc we are using in cross-lfs. The reason we are changing it is 27 because this only installs the headers, no compiling takes place. In the 28 next Glibc installation, we use the GCC that's built right after this section:</para> 25 <para os="s1">Glibc's <filename>configure</filename> script checks the 26 version of GCC, and will fail if it's less than 3.4. The next Glibc build 27 will use the GCC that will be installed into 28 <filename class="directory">/cross-tools</filename> in the next step. 29 However, in this step only the Glibc headers are being installed - no 30 compiling is taking place - so the GCC version isn't important. The 31 following sed removes the dependency of GCC 3.4.x:</para> 29 32 30 33 <screen os="s2"><userinput>cp -v configure{,.orig} -
BOOK/cross-tools/common/ncurses.xml
ref68b1c r9f5a80a 35 35 --without-shared</userinput></screen> 36 36 37 <para os="c">Build the headers and then build tic:</para>37 <para os="c">Build the headers and then build <command>tic</command>:</para> 38 38 39 39 <screen os="d"><userinput>make -C include 40 40 make -C progs tic</userinput></screen> 41 41 42 <para os="e">Install ticwith the following command:</para>42 <para os="e">Install <command>tic</command> with the following command:</para> 43 43 44 44 <screen os="f"><userinput>install -m755 progs/tic /cross-tools/bin</userinput></screen> -
BOOK/testsuite-tools/common/expect.xml
ref68b1c r9f5a80a 42 42 43 43 <para os="p1">The following patch prevents Expect from using functions 44 that are internal to TCL and are no longer available for expect to44 that are internal to TCL and are no longer available for Expect to 45 45 link against:</para> 46 46
Note:
See TracChangeset
for help on using the changeset viewer.