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:
Martin Åberg 2020-10-16 21:01:40 +02:00 committed by Andrew Boie
commit ffc89b59a2
3 changed files with 13 additions and 0 deletions

View file

@ -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