aboutsummaryrefslogtreecommitdiff
path: root/libgloss/configure.ac
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 3d8d2b0..b683ef6 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -97,8 +97,7 @@ case "${target}" in
target_makefile_frag=${srcdir}/config/mips.mt
;;
riscv*-*-*)
- AC_CONFIG_FILES([riscv/Makefile])
- subdirs="$subdirs riscv"
+ config_riscv=true
;;
powerpc-*-*|powerpcle-*-*)
AC_CONFIG_FILES([rs6000/Makefile])
@@ -239,7 +238,7 @@ esac
dnl These subdirs have converted to non-recursive make. Hopefully someday all
dnl the ports above will too!
m4_foreach_w([SUBDIR], [
- bfin iq2000 libnosys lm32 wince
+ bfin iq2000 libnosys lm32 riscv wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])