Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.

This commit is contained in:
Sandra Loosemore
2018-08-07 14:15:47 -07:00
committed by Corinna Vinschen
parent 054ff18f5f
commit fddc74d12b
28 changed files with 5848 additions and 0 deletions

5
libgloss/configure vendored
View File

@ -710,6 +710,7 @@ spu
tic6x
iq2000
or1k
nios2
libnosys'
# Initialize some variables set by options.
@ -2585,6 +2586,10 @@ case "${target}" in
or1k-*-* | or1knd-*-* )
subdirs="$subdirs or1k"
;;
nios2-*-*)
subdirs="$subdirs nios2"
;;
esac