include/linker_defs.h: Remove noop architecture detection
This was apparently intended to allow for per-arch linker includes, but no such includes ever existed. All it does is senselessly throw an error on unrecognized architectures. Yank. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
4f911e192f
commit
7740f73079
1 changed files with 0 additions and 19 deletions
|
@ -24,25 +24,6 @@
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
#include <offsets.h>
|
#include <offsets.h>
|
||||||
|
|
||||||
/* include platform dependent linker-defs */
|
|
||||||
#ifdef CONFIG_X86
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#elif defined(CONFIG_ARM)
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#elif defined(CONFIG_ARC)
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#elif defined(CONFIG_NIOS2)
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#elif defined(CONFIG_RISCV32)
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#elif defined(CONFIG_XTENSA)
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#elif defined(CONFIG_ARCH_POSIX)
|
|
||||||
/* Nothing yet to include */
|
|
||||||
#else
|
|
||||||
#error Arch not supported.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _LINKER
|
#ifdef _LINKER
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue