Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gdb Set ac_cv_func_sigprocmask=yes as the symbol renam...



details:   https://anonhg.NetBSD.org/src/rev/8810e302ef32
branches:  trunk
changeset: 374621:8810e302ef32
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 08 09:47:20 2023 +0000

description:
Set ac_cv_func_sigprocmask=yes as the symbol renaming confuses the
configure script on architectures that don't provide a compatibilty
symbol, e.g. RISC-V

diffstat:

 tools/gdb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 38b2a09b8ec7 -r 8810e302ef32 tools/gdb/Makefile
--- a/tools/gdb/Makefile        Mon May 08 09:24:42 2023 +0000
+++ b/tools/gdb/Makefile        Mon May 08 09:47:20 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.40 2020/09/24 14:53:17 christos Exp $
+#      $NetBSD: Makefile,v 1.41 2023/05/08 09:47:20 skrll Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -59,6 +59,7 @@ MKNATIVE?=    ${.CURDIR}/mknative-gdb
 MKNATIVE_CONFIGURE_PRESET= \
        ac_cv_prog_cc_cross=yes \
        ac_cv_func_fork_works=yes \
+       ac_cv_func_sigprocmask=yes \
        ac_cv_func_strcoll_works=yes \
        ac_cv_func_XML_StopParser=yes \
        ac_cv_libexpat=yes \



Home | Main Index | Thread Index | Old Index