xtensa: enable sorting extable at build time
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Acked-by: David Daney <ddaney.cavm@gmail.com>
This commit is contained in:
parent
a3cfda9d2f
commit
25df8198f4
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ config XTENSA
|
||||||
select GENERIC_PCI_IOMAP
|
select GENERIC_PCI_IOMAP
|
||||||
select ARCH_WANT_IPC_PARSE_VERSION
|
select ARCH_WANT_IPC_PARSE_VERSION
|
||||||
select ARCH_WANT_OPTIONAL_GPIOLIB
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
||||||
|
select BUILDTIME_EXTABLE_SORT
|
||||||
select CLONE_BACKWARDS
|
select CLONE_BACKWARDS
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select HAVE_OPROFILE
|
select HAVE_OPROFILE
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
#define EM_ARCOMPACT 93
|
#define EM_ARCOMPACT 93
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef EM_XTENSA
|
||||||
|
#define EM_XTENSA 94
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EM_AARCH64
|
#ifndef EM_AARCH64
|
||||||
#define EM_AARCH64 183
|
#define EM_AARCH64 183
|
||||||
#endif
|
#endif
|
||||||
|
@ -281,6 +285,7 @@ do_file(char const *const fname)
|
||||||
case EM_AARCH64:
|
case EM_AARCH64:
|
||||||
case EM_MICROBLAZE:
|
case EM_MICROBLAZE:
|
||||||
case EM_MIPS:
|
case EM_MIPS:
|
||||||
|
case EM_XTENSA:
|
||||||
break;
|
break;
|
||||||
} /* end switch */
|
} /* end switch */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue