2014-12-15 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
* README: Add details about or1k. * configure.in: Add or1k/or1knd * configure: Regenerated. * or1k/aclocal.m4: New file. * or1k/configure: Ditto. * or1k/Makefile.in: New file * or1k/configure.in: New file * or1k/crt0.S: New file * or1k/include/or1k-asm.h: New file
This commit is contained in:
5
libgloss/configure
vendored
5
libgloss/configure
vendored
@ -705,6 +705,7 @@ arm
|
||||
spu
|
||||
tic6x
|
||||
iq2000
|
||||
or1k
|
||||
libnosys'
|
||||
|
||||
# Initialize some variables set by options.
|
||||
@ -2558,6 +2559,10 @@ case "${target}" in
|
||||
iq2000-*-*)
|
||||
subdirs="$subdirs iq2000"
|
||||
|
||||
;;
|
||||
or1k-*-* | or1knd-*-* )
|
||||
subdirs="$subdirs or1k"
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user