]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Build with exceptions and asynchronous unwind tables [BZ #30587]
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Jul 2023 13:29:53 +0000 (13:29 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Jul 2023 13:29:53 +0000 (13:29 +0000)
commit1d5024f4f052c12e404d42d3b5bfe9c3e9fd27c4
tree6fe1e94529562c6260fc100add4ad3fe2ac75d4d
parent494714d4073502145689eafc197f5ab6ffe4c3e5
support: Build with exceptions and asynchronous unwind tables [BZ #30587]

Changing tst-cleanup4.c to use xread instead of read caused
the nptl/tst-cleanupx4 test to fail.  The routines in libsupport.a
need to be built with exception handling and asynchronous unwind
table support.

v2: Use "CFLAGS-.oS" instead of "override CFLAGS".
support/Makefile