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
This commit is contained in:
parent
8e1376a391
commit
37c095a23f
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue