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.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index d0770a421..39b516a45 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -199,8 +199,7 @@ case "${target}" in
subdirs="$subdirs rl78"
;;
rx*-*-elf)
- AC_CONFIG_FILES([rx/Makefile])
- subdirs="$subdirs rx"
+ config_rx=true
;;
arm*-*-elf | arm*-*-coff | arm*-*-*)
config_arm=true
@@ -239,7 +238,7 @@ dnl the ports above will too!
m4_foreach_w([SUBDIR], [
aarch64 arc arm bfin csky d30v frv i386 i960 iq2000 libnosys lm32
mcore mn10200 mn10300 moxie msp430
- nds32 nios2 riscv v850 wince xstormy16 xtensa
+ nds32 nios2 riscv rx v850 wince xstormy16 xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])