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:
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])
;;