Changeset cf5da255
- Timestamp:
- 08/09/2021 07:17:48 PM (3 years ago)
- Branches:
- 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, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 02b2631, 8024387
- Parents:
- 58ccce5 (diff), c3f8922 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/libffi.xml
r58ccce5 rcf5da255 56 56 --disable-static \ 57 57 --with-gcc-arch=native \ 58 --disable-exec-static-tramp 58 --disable-exec-static-tramp</userinput></screen> 59 59 60 60 <variablelist> … … 72 72 url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'> 73 73 the x86 options in the GCC manual</ulink>.</para> 74 </listitem> 75 </varlistentry> 76 77 <varlistentry> 78 <!-- To editors: remove it when downstreams are properly 79 fixed. --> 80 <term><parameter>--disable-exec-static-tramp</parameter></term> 81 <listitem> 82 <para>Disable static trampoline support. It's a new security 83 feature in libffi, but some BLFS packages (notably 84 <application>GJS</application> and 85 <application>gobject-introspection</application>) have not been 86 adapted for it.</para> 74 87 </listitem> 75 88 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.