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:43:25 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit4172a3c618bb8dc2311a63ecb5c56bcc21a30f22 (patch)
tree08ff4d7302028be8b5152483ff43d27de46309a4 /libgloss/configure.ac
parent1ed68b884c8c2c353322cae65d8faf7ce4bceb48 (diff)
libgloss: merge rl78 into top-level Makefile
Avoid a recursive make to speed things up a bit. A rl78-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 39b516a45..0b2cb8d6e 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -195,8 +195,7 @@ case "${target}" in
config_libnosys=false
;;
rl78*-*-elf)
- AC_CONFIG_FILES([rl78/Makefile])
- subdirs="$subdirs rl78"
+ config_rl78=true
;;
rx*-*-elf)
config_rx=true
@@ -238,7 +237,7 @@ 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
- nds32 nios2 riscv rx v850 wince xstormy16 xtensa
+ nds32 nios2 riscv rl78 rx v850 wince xstormy16 xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])