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.ac')
-rw-r--r--libgloss/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index e1659d880..1214e890a 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -146,8 +146,7 @@ case "${target}" in
subdirs="$subdirs fr30"
;;
frv*-*-*)
- AC_CONFIG_FILES([frv/Makefile])
- subdirs="$subdirs frv"
+ config_frv=true
;;
ft32*-*-*)
AC_CONFIG_FILES([ft32/Makefile])
@@ -246,8 +245,8 @@ AC_SUBST(subdirs)
dnl These subdirs have converted to non-recursive make. Hopefully someday all
dnl the ports above will too!
m4_foreach_w([SUBDIR], [
- aarch64 arc arm bfin csky d30v i960 iq2000 libnosys lm32 moxie msp430 nios2
- riscv v850 wince xtensa
+ aarch64 arc arm bfin csky d30v frv i960 iq2000 libnosys lm32 moxie msp430
+ nios2 riscv v850 wince xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])