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-12-27 07:44:44 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commitf4c8e1623bbc3045c8639dd7da16960efeb90fda (patch)
tree9b1faf6295356ddd42f1a9b7a71f4784846ac489 /libgloss/configure.ac
parent41de4b00f762a05f5e782fb8f8bd9c788456b108 (diff)
libgloss: merge mcore into top-level Makefile
Avoid a recursive make to speed things up a bit. A mcore-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 58a5c3597..f148bce4a 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -151,8 +151,7 @@ case "${target}" in
config_lm32=true
;;
mcore-*-*)
- AC_CONFIG_FILES([mcore/Makefile])
- subdirs="$subdirs mcore"
+ config_mcore=true
;;
mep-*-*)
AC_CONFIG_FILES([mep/Makefile])
@@ -241,7 +240,7 @@ 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 frv i386 i960 iq2000 libnosys lm32
- mn10200 mn10300 moxie msp430
+ mcore mn10200 mn10300 moxie msp430
nios2 riscv v850 wince xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)