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
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')
-rwxr-xr-xlibgloss/configure5
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