arch: add OpenRISC architecture support
authorWaldemar Brodkorb <wbx@openadk.org>
Wed, 25 Jan 2017 06:35:07 +0000 (07:35 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 25 Jan 2017 21:53:53 +0000 (22:53 +0100)
commita818e29e76d9a083877094ed7bb3e9cfd31f3a46
tree3e745971e8de38616133236b75aea78c431b4ee4
parentf923eed010061f1d3c26332cb681f6d54c44225e
arch: add OpenRISC architecture support

Add support for OpenRISC. See here for more details about
OpenRISC http://openrisc.io.

All buildroot included upstream binutils versions are supported.
Gcc support is not upstream, to be able to enable musl C library
support later, we use the branch with musl support.
At the moment it is possible to build a musl based toolchain,
but bootup in Qemu fails.

Gdb is only working to debug bare-metal code, there is no support
for gdbserver/gdb on Linux, yet.

[Peter: drop ?= for GCC_SOURCE]
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Tested-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile
arch/Config.in
arch/Config.in.or1k [new file with mode: 0644]
package/gcc/Config.in.host
package/gcc/gcc.hash
package/gcc/gcc.mk
package/uclibc/Config.in
toolchain/toolchain-buildroot/Config.in