Changeset 63df8c7 for chapter05/glibc.xml
- Timestamp:
- 01/31/2016 04:32:45 PM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 7.10, 7.10-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, cross-chap5, ml-11.0, multilib, nosym, old-trunk, trunk, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/lfs-next, xry111/tester-nohack, xry111/usr-move
- Children:
- 8035f937
- Parents:
- 418b038
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r418b038 r63df8c7 56 56 <para>Next, prepare Glibc for compilation:</para> 57 57 58 <screen><userinput remap="configure">../configure 59 --prefix=/tools 60 --host=$LFS_TGT 61 --build=$(../scripts/config.guess) 62 --disable-profile 63 --enable-kernel=&min-kernel; 64 --enable-obsolete-rpc 65 --with-headers=/tools/include 66 libc_cv_forced_unwind=yes 67 libc_cv_ctors_header=yes 58 <screen><userinput remap="configure">../configure \ 59 --prefix=/tools \ 60 --host=$LFS_TGT \ 61 --build=$(../scripts/config.guess) \ 62 --disable-profile \ 63 --enable-kernel=&min-kernel; \ 64 --enable-obsolete-rpc \ 65 --with-headers=/tools/include \ 66 libc_cv_forced_unwind=yes \ 67 libc_cv_ctors_header=yes \ 68 68 libc_cv_c_cleanup=yes</userinput></screen> 69 69
Note:
See TracChangeset
for help on using the changeset viewer.