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 08:54:13 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commitaf075aed1d6fcd51405247654bc68365352ab367 (patch)
tree97fa761fcf2ecc13264288d6c9839ba8294e3c8b /libgloss/configure.ac
parent4172a3c618bb8dc2311a63ecb5c56bcc21a30f22 (diff)
libgloss: merge m32r into top-level Makefile
Avoid a recursive make to speed things up a bit. A m32r-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 0b2cb8d6e..498bde2b7 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -66,8 +66,7 @@ case "${target}" in
config_i386=true
;;
m32r-*-*)
- AC_CONFIG_FILES([m32r/Makefile])
- subdirs="$subdirs m32r"
+ config_m32r=true
;;
m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
AC_CONFIG_FILES([m68hc11/Makefile])
@@ -236,7 +235,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
- mcore mn10200 mn10300 moxie msp430
+ m32r mcore mn10200 mn10300 moxie msp430
nds32 nios2 riscv rl78 rx v850 wince xstormy16 xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)