diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2014-12-15 20:09:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2014-12-15 20:09:28 +0000 |
commit | d1219c0e89d2dc4ac865889cbd23f5e4c64d86e5 (patch) | |
tree | d12eaa34998fb35d2637f1d17364281672ba1512 /libgloss/configure | |
parent | 6485fc66f2fada39e681ad316352f60a17ac1367 (diff) | |
download | cygnal-d1219c0e89d2dc4ac865889cbd23f5e4c64d86e5.tar.gz cygnal-d1219c0e89d2dc4ac865889cbd23f5e4c64d86e5.tar.bz2 cygnal-d1219c0e89d2dc4ac865889cbd23f5e4c64d86e5.zip |
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
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-x | libgloss/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/configure b/libgloss/configure index aaef57959..87cf53c70 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -705,6 +705,7 @@ arm spu tic6x iq2000 +or1k libnosys' # Initialize some variables set by options. @@ -2559,6 +2560,10 @@ case "${target}" in subdirs="$subdirs iq2000" ;; + or1k-*-* | or1knd-*-* ) + subdirs="$subdirs or1k" + + ;; esac |