Changeset 115f65b
- Timestamp:
- 04/05/2019 07:37:41 AM (4 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, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 8176c9c
- Parents:
- ebaee02
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
rebaee02 r115f65b 226 226 <seglistitem> 227 227 <seg>Bash, Binutils, Bison, Coreutils, GCC, Glibc, 228 Grep, Make, and Readline</seg>228 Grep, Make, Perl, and Readline</seg> 229 229 </seglistitem> 230 230 </segmentedlist> -
chapter06/glibc.xml
rebaee02 r115f65b 97 97 --enable-kernel=&min-kernel; \ 98 98 --enable-stack-protector=strong \ 99 --with-headers=/usr/include \ 99 100 libc_cv_slibdir=/lib</userinput></screen> 100 101 … … 125 126 extra code to check for buffer overflows, such as stack 126 127 smashing attacks.</para> 128 </listitem> 129 </varlistentry> 130 131 <varlistentry> 132 <term><parameter>--with-headers=/usr/include</parameter></term> 133 <listitem> 134 <para>This option tells the build system where to find the 135 kernel API headers. By default, those headers are sought in 136 <filename class="directory">/tools/include</filename>.</para> 127 137 </listitem> 128 138 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.