Changeset 1863ad6 for BOOK/cross-tools/common/eglibc.xml
- Timestamp:
- Jul 7, 2013, 11:27:45 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f5706e7
- Parents:
- 6506280
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/eglibc.xml
r6506280 r1863ad6 35 35 xpointer="xpointer(//*[@os='f'])"/> 36 36 37 <para os="dd"> The following lines need to be added to38 <filename>config.cache</filename> for EGLIBC to support NPTL:</para>37 <para os="dd">Add the following to <filename>config.cache</filename> 38 to disable ssp when building EGLIBC:</para> 39 39 40 <screen os="de"><userinput>cat > config.cache << "EOF" 41 libc_cv_forced_unwind=yes 42 libc_cv_c_cleanup=yes 43 libc_cv_gnu89_inline=yes 44 libc_cv_ssp=no 45 EOF</userinput></screen> 40 <screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen> 46 41 47 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.