summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-09-13 18:20:21 +0200
committerAndrea Corallo <akrl@sdf.org>2020-09-13 18:20:21 +0200
commit6a726c5ad711ba5224319c6ff8787127a8289c6d (patch)
treee36bbd4ac375844056b5078eeb14d8f3c0e935dc /configure.ac
parentc55884d72a4ea806a97c9925d6f85adcca89a3bd (diff)
parent99af480d00905b54bb2f739d134c149930d91ce8 (diff)
downloademacs-6a726c5ad711ba5224319c6ff8787127a8289c6d.tar.gz
Merge remote-tracking branch 'savannah/master' into HEAD
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 d6584d9852d..a3d1d715b8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -786,10 +786,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.