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:
Jeff Johnston
2014-12-15 20:09:28 +00:00
parent 6485fc66f2
commit d1219c0e89
10 changed files with 5187 additions and 1 deletions

5
libgloss/configure vendored
View File

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