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:
authorMike Frysinger <vapier@gentoo.org>2023-01-13 07:34:59 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-14 01:24:17 +0300
commit4391d2aed3d4878c5a63f59d2a768f5d38f3936d (patch)
tree73eb533f0e0a443ea3fe4e4463b50e3631786efa /libgloss/configure.ac
parentc8ddd03cb015cf7f9137c42a6cbd0639c6c93a23 (diff)
libgloss: merge csky into top-level Makefile
Avoid a recursive make to speed things up a bit. A csky-elf build shows installed objects & libs produce same code.
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 d636cf6d2..5fb26845c 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -55,8 +55,7 @@ case "${target}" in
config_arc=true
;;
csky*-*-*)
- AC_CONFIG_FILES([csky/Makefile])
- subdirs="$subdirs csky"
+ config_csky=true
;;
epiphany-*-*)
AC_CONFIG_FILES([epiphany/Makefile])
@@ -248,7 +247,7 @@ 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 d30v iq2000 libnosys lm32 nios2 riscv wince
+ aarch64 arc arm bfin csky d30v iq2000 libnosys lm32 nios2 riscv wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])