emacs-diffs
[Top][All Lists]
Advanced

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

master 37c095a: Fix QNX build


From: Lars Ingebrigtsen
Subject: master 37c095a: Fix QNX build
Date: Thu, 10 Sep 2020 18:02:59 -0400 (EDT)

branch: master
commit 37c095a23fc8ac2f3f43acfe33c9dcd7664d9a89
Author: Elad Lahav <elahav@qnx.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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
---
 configure.ac | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0bcff58..33948fd 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]