Changeset 877cfcd for BOOK/cross-tools/common
- Timestamp:
- Oct 17, 2015, 10:01:45 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- baaf11d
- Parents:
- 65db39d
- git-author:
- William Harrington <kb0iic@…> (10/17/15 22:01:41)
- git-committer:
- William Harrington <kb0iic@…> (10/17/15 22:01:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r65db39d r877cfcd 35 35 xpointer="xpointer(//*[@os='f'])"/> 36 36 37 <para os="dd">Add the following to <filename>config.cache</filename>38 to disable ssp when building Glibc:</para>39 40 <screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen>41 42 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 38 href="../../final-system/common/glibc.xml" … … 50 45 --disable-profile --enable-kernel=&glibc-kernel-version; \ 51 46 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 52 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>47 --enable-obsolete-rpc</userinput></screen> 53 48 54 49 <variablelist os="dg"> … … 129 124 </varlistentry> 130 125 131 <varlistentry os="dg10">132 <term><parameter>--cache-file=config.cache</parameter></term>133 <listitem>134 <para>This tells Glibc to utilize a premade cache file.</para>135 </listitem>136 </varlistentry>137 138 126 </variablelist> 139 127
Note:
See TracChangeset
for help on using the changeset viewer.