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:
authorPalmer Dabbelt <palmer@rivosinc.com>2022-08-24 02:12:56 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-26 17:47:48 +0300
commitf59ff93046341e688bc36ea81bddd60eea405e21 (patch)
tree0d9ee65f3b901e136b0a4c90e6c50f1337fb2b30 /libgloss/configure.ac
parent0819679a7a2101b7384b82f2449f56994359aa3a (diff)
libgloss: riscv: Convert to non-recursive automake
PR 29515 points out our documentation builds are broken, let's just move over to the new non-recursive builds. Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
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 3d8d2b031..b683ef65d 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)
])