Changeset 9dc5852 in clfs-embedded for BOOK/final-system
- Timestamp:
- Aug 16, 2008, 11:32:01 AM (16 years ago)
- Branches:
- master
- Children:
- 56d186f
- Parents:
- 7884e98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r7884e98 r9dc5852 36 36 <para os="c">Prepare E2fsprogs for compilation:</para> 37 37 38 <screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure -- build=${CLFS_HOST} \39 -- host=${CLFS_TARGET} --prefix=/usr --with-root-prefix="" \40 --with- cc="${CC} ${BUILD} -Os" --with-linker=${LD}</userinput></screen>38 <screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --host=${CLFS_TARGET} \ 39 --prefix=/usr --with-root-prefix="" --with-cc="${CC} ${BUILD} -Os" \ 40 --with-linker=${LD}</userinput></screen> 41 41 42 42 <variablelist os="e">
Note:
See TracChangeset
for help on using the changeset viewer.