diff options
| author | skrll <skrll@NetBSD.org> | 2023-05-08 09:47:20 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2023-05-08 09:47:20 +0000 |
| commit | efe564817b50f90de31a4d761180adccd11261f1 (patch) | |
| tree | 8670d17166f81530f2fec8e2f4b890fc6dd2b9c2 /tools | |
| parent | dac53ce792c2bcf2b4cafcc3e2596d3f2b8226b3 (diff) | |
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 (limited to 'tools')
| -rw-r--r-- | tools/gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile index 895fde255fe..83b334c89eb 100644 --- a/tools/gdb/Makefile +++ b/tools/gdb/Makefile @@ -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 \ |
