mknative re-run

This commit is contained in:
skrll 2016-11-19 09:10:33 +00:00
parent 99abbf6f20
commit 0efd40303c
2 changed files with 3 additions and 3 deletions

View File

@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
#define USE_SECUREPLT 1
/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE

View File

@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
{ "armeb-*-netbsdelf*",
{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
{ "arm-*-netbsdelf*",
{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif