Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.
This commit is contained in:
committed by
Corinna Vinschen
parent
054ff18f5f
commit
fddc74d12b
5
libgloss/configure
vendored
5
libgloss/configure
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user