sparc: Add compiler and linker tool support
GCC and binutils support for the SPARC architecture. Co-authored-by: Nikolaus Huber <nikolaus.huber.melk@gmail.com> Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
parent
97f6dfdd72
commit
ffc89b59a2
3 changed files with 13 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
|||
/* Not needed */
|
||||
#elif defined(CONFIG_ARCH_POSIX)
|
||||
/* Not needed */
|
||||
#elif defined(CONFIG_SPARC)
|
||||
OUTPUT_FORMAT("elf32-sparc")
|
||||
#else
|
||||
#error Arch not supported.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue