Ignore:
Timestamp:
09/10/2022 10:30:11 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
c49c1fb
Parents:
3c20ad9 (diff), 8d3b254 (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
  • chapter05/gcc-pass1.xml

    r3c20ad9 r530771a  
    169169
    170170      <varlistentry>
     171      <term><parameter>--enable-default-pie and
     172      --enable-default-ssp</parameter></term>
     173        <listitem>
     174          <para>Those switches allow GCC to compile programs with
     175          some hardening security features (more information on those in
     176          the <xref linkend="pie-ssp-info"/> in chapter 8). They are not
     177          strictly needed at this stage, since the compiler will only produce
     178          temporary executables. But it is cleaner to have the temporary
     179          packages be as close as possible to the final ones.
     180          </para>
     181        </listitem>
     182      </varlistentry>
     183
     184      <varlistentry>
    171185        <term><parameter>--disable-shared</parameter></term>
    172186        <listitem>
Note: See TracChangeset for help on using the changeset viewer.