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>2012-02-22 02:34:31 +0400
committerJeff Johnston <jjohnstn@redhat.com>2012-02-22 02:34:31 +0400
commit9edde1d2c4430fd79bbf494d5e8cec0359a0b267 (patch)
tree544ea7ed1bab2481a081af5e71beba6f501233c8 /newlib/libc/sys/configure.in
parent801bf9f27287a43eb9aaafe0c0f2dfac08455532 (diff)
2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
Alan Lehotsky <apl@alum.mit.edu> Joern Rennecke <joern.rennecke@embecosm.com> * configure.host: Add Epiphany support. * libc/include/machine/ieeefp.h: Likewise. * libc/include/machine/setjmp.h: Likewise. * libc/machine/configure.in, libc/sys/configure.in: Likewise. * libc/machine/configure, libc/sys/configure: Regenerate. * libc/machine/epiphany, libc/sys/epiphany: New directories. * NEWS: Mention addition of Epiphany.
Diffstat (limited to 'newlib/libc/sys/configure.in')
-rw-r--r--newlib/libc/sys/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/configure.in b/newlib/libc/sys/configure.in
index 5a2b121ba..c35565971 100644
--- a/newlib/libc/sys/configure.in
+++ b/newlib/libc/sys/configure.in
@@ -27,6 +27,7 @@ if test -n "${sys_dir}"; then
arm) AC_CONFIG_SUBDIRS(arm) ;;
d10v) AC_CONFIG_SUBDIRS(d10v) ;;
decstation) AC_CONFIG_SUBDIRS(decstation) ;;
+ epiphany) AC_CONFIG_SUBDIRS(epiphany) ;;
h8300hms) AC_CONFIG_SUBDIRS(h8300hms) ;;
h8500hms) AC_CONFIG_SUBDIRS(h8500hms) ;;
linux) AC_CONFIG_SUBDIRS(linux) ;;