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:37:47 +0400
committerJeff Johnston <jjohnstn@redhat.com>2012-02-22 02:37:47 +0400
commitb07cfbff06094de1a41c6935cbd91ef8b03ebca5 (patch)
tree6a2a7e50fcaa7cc430e1637ce50fc4b7b4e4dace /libgloss/configure.in
parent9edde1d2c4430fd79bbf494d5e8cec0359a0b267 (diff)
2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
Alan Lehotsky <apl@alum.mit.edu> Joern Rennecke <joern.rennecke@embecosm.com> * configure.in: Add Epiphany support. * configure: Regenerate. * epiphany: New directory. * libgloss/README: Add Epiphany entry.
Diffstat (limited to 'libgloss/configure.in')
-rw-r--r--libgloss/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/configure.in b/libgloss/configure.in
index c47768d7a..5f8bd86b3 100644
--- a/libgloss/configure.in
+++ b/libgloss/configure.in
@@ -34,6 +34,10 @@ dnl indicates whether to run configure within the libnosys subdirectory
config_libnosys=true
case "${target}" in
+ epiphany-*-*)
+ AC_CONFIG_SUBDIRS(epiphany)
+ config_testsuite=true
+ ;;
i[[3456]]86-*-elf* | i[[3456]]86-*-coff*)
AC_CONFIG_SUBDIRS([i386])
;;