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.in | |
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.in')
-rw-r--r-- | libgloss/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/configure.in b/libgloss/configure.in index 93cc36999..74d4fd6fe 100644 --- a/libgloss/configure.in +++ b/libgloss/configure.in @@ -159,6 +159,9 @@ case "${target}" in iq2000-*-*) AC_CONFIG_SUBDIRS([iq2000]) ;; + or1k-*-* | or1knd-*-* ) + AC_CONFIG_SUBDIRS([or1k]) + ;; esac dnl For now, don't bother configuring testsuite |