PING^: [PATCH] libssp: Build if TARGET_LIBC_PROVIDES_SSP isn't defined
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <CAMe9rOqU2=05FwoZ+yKYWusDQgBoE2fhT8WukpS=Uj__bivJ+g@mail.gmail.com> |
On Tue, Jun 30, 2026 at 7:32 AM H.J. Lu <[email protected]> wrote: > > On Wed, Jun 17, 2026 at 4:06 PM H.J. Lu <[email protected]> wrote: > > > > If the system C library provides stack protector, libssp is unused and > > TARGET_LIBC_PROVIDES_SSP is defined in auto-host.h. Build libssp only > > if --enable-libssp is used or TARGET_LIBC_PROVIDES_SSP isn't defined. > > > > PR other/125850 > > * Makefile.am (target_noncanonical): Moved after MAINT_CHARSET. > > Add rules only if BUILD_LIBSSP is TRUE. > > * Makefile.in: Regenerated. > > * configure: Likewise. > > * configure.ac (BUILD_LIBSSP): New. Define it to TRUE only if > > --enable-libssp is used or TARGET_LIBC_PROVIDES_SSP isn't > > defined in auto-host.h. > > > > -- > > H.J. > > PING: > > https://patchwork.sourceware.org/project/gcc/patch/CAMe9rOo2bXXwfg+KjiAY9SiTA+u8DzFZDdjVZYdEDUe+UmFhmw@mail.gmail.com/ > PING. -- H.J.