Changeset cc249ba in clfs-embedded for BOOK/final-system
- Timestamp:
- Jan 26, 2009, 5:14:09 PM (16 years ago)
- Branches:
- master
- Children:
- 22923d0
- Parents:
- 8453d90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r8453d90 rcc249ba 36 36 <para os="c">Prepare E2fsprogs for compilation:</para> 37 37 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 38 <screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --prefix=/usr \ 39 --with-root-prefix="" --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 --with-cc="${CC} ${BUILD} -Os" --with-linker=${LD}</userinput></screen> 41 41 42 42 <variablelist os="e">
Note:
See TracChangeset
for help on using the changeset viewer.