Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-12-15 23:09:28 +0300
committerJeff Johnston <jjohnstn@redhat.com>2014-12-15 23:09:28 +0300
commitd1219c0e89d2dc4ac865889cbd23f5e4c64d86e5 (patch)
treed12eaa34998fb35d2637f1d17364281672ba1512 /libgloss/configure.in
parent6485fc66f2fada39e681ad316352f60a17ac1367 (diff)
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.in3
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