Ignore:
Timestamp:
01/31/2024 07:23:41 PM (8 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
cac3cec
Parents:
8ccf082a (diff), cdf280e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r8ccf082a rac1639c  
    7474             --enable-kernel=&min-kernel;                     \
    7575             --enable-stack-protector=strong          \
    76              --with-headers=/usr/include              \
    7776             --disable-nscd                           \
    7877             libc_cv_slibdir=/usr/lib</userinput></screen>
     
    111110          <para>This option increases system security by adding
    112111          extra code to check for buffer overflows, such as stack
    113           smashing attacks.</para>
    114         </listitem>
    115       </varlistentry>
    116 <!-- do we need this one? -->
    117       <varlistentry>
    118         <term><parameter>--with-headers=/usr/include</parameter></term>
    119         <listitem>
    120           <para>This option tells the build system where to find the
    121           kernel API headers.</para>
     112          smashing attacks.  Note that Glibc always explicitly overrides
     113          the default of GCC, so this option is still needed even though
     114          we've already specified <option>--enable-default-ssp</option> for
     115          GCC.</para>
    122116        </listitem>
    123117      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.