Changeset 4462e59
- Timestamp:
- Apr 18, 2006, 12:42:46 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4fc5a87
- Parents:
- 54d004a8
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/util-linux.xml
r54d004a8 r4462e59 48 48 <screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen> 49 49 50 <variablelist os="bg"> 51 <title>The meaning of the make parameters:</title> 52 53 <varlistentry> 54 <term><parameter>ARCH=""</parameter></term> 55 <listitem> 56 <para>This disables the detection of the architecture.</para> 57 </listitem> 58 </varlistentry> 59 60 <varlistentry> 61 <term><parameter>CPU=""</parameter></term> 62 <listitem> 63 <para>This disables the detection of the CPU.</para> 64 </listitem> 65 </varlistentry> 66 67 </variablelist> 68 50 69 <para os="ce">Only a few of the utilities contained in this package need to be 51 70 built:</para> -
BOOK/temp-system/x86_64-64/gcc.xml
r54d004a8 r4462e59 139 139 We also delete the /tools/lib64 directory:</para> 140 140 141 <screen os="dq"><userinput>cp -va r/tools/lib64/* /tools/lib141 <screen os="dq"><userinput>cp -va /tools/lib64/* /tools/lib 142 142 rm -rvf /tools/lib64</userinput></screen> 143 143
Note:
See TracChangeset
for help on using the changeset viewer.