summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorElad Lahav <elahav@qnx.com>2020-09-11 00:01:06 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-11 00:01:06 +0200
commit37c095a23fc8ac2f3f43acfe33c9dcd7664d9a89 (patch)
treef02182858f705f5856c8829a7c65e0e4c109ee21 /configure.ac
parent8e1376a39125c3ffc0484077b502444d853eca79 (diff)
downloademacs-37c095a23fc8ac2f3f43acfe33c9dcd7664d9a89.tar.gz
Fix QNX build
* configure.ac: The __NO_EXT_QNX flag is no longer needed, and is masking the declaration of memset_s() (bug#43234). Copyright-paperwork-exempt: yes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 0bcff587e8a..33948fd7760 100644
--- a/configure.ac
+++ b/configure.ac
@@ -785,10 +785,7 @@ case "${canonical}" in
*-nto-qnx* )
opsys=qnxnto
test -z "$CC" && CC=qcc
- CFLAGS="$CFLAGS -D__NO_EXT_QNX"
- if test "$with_unexec" = yes; then
- LDFLAGS="-N2MB $LDFLAGS"
- fi
+ LDFLAGS="-N2M $LDFLAGS"
;;
## Intel 386 machines where we don't care about the manufacturer.