aboutsummaryrefslogtreecommitdiff
path: root/libgloss/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-27 00:18:12 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-19 20:26:52 -0500
commit3342c0ef8196d2c80e4cfc8332daf9468ef9154d (patch)
treeee672e35a0b776dd753552cb03216011ba76a49e /libgloss/configure.ac
parent695404d16f90e82a9ce2f68d89fa81b419285a89 (diff)
downloadnewlib-3342c0ef8196d2c80e4cfc8332daf9468ef9154d.zip
newlib-3342c0ef8196d2c80e4cfc8332daf9468ef9154d.tar.gz
newlib-3342c0ef8196d2c80e4cfc8332daf9468ef9154d.tar.bz2
libgloss: merge xstormy16 into top-level Makefile
Avoid a recursive make to speed things up a bit. A xstormy16-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 d56d895..d0770a4 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -181,8 +181,7 @@ case "${target}" in
target_makefile_frag=${srcdir}/config/xc16x.mt
;;
xstormy16-*-*)
- AC_CONFIG_FILES([xstormy16/Makefile])
- subdirs="$subdirs xstormy16"
+ config_xstormy16=true
;;
xtensa-*-*)
config_xtensa=true
@@ -240,7 +239,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 v850 wince xtensa
+ nds32 nios2 riscv v850 wince xstormy16 xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])