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>2024-01-21 07:47:12 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-23 16:19:54 +0300
commit752489c76e2a3c8f4b658597ff7956466366961c (patch)
treea65a321c9ecfe993936c773216e25dff637befcb /libgloss/configure.ac
parent90d6966b88392dbcef01c64766eb452c645a7bfe (diff)
libgloss: merge cr16 into top-level Makefile
Avoid a recursive make to speed things up a bit. A cr16-elf build shows installed objects & libs produce same code. The test targets were dropped as they didn't actually work -- there is no test.o rule in here.
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 79457cc79..be7cb1212 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -116,8 +116,7 @@ case "${target}" in
config_bfin=true
;;
cr16-*-*)
- AC_CONFIG_FILES([cr16/Makefile])
- subdirs="$subdirs cr16"
+ config_cr16=true
;;
cris-*-* | crisv32-*-*)
AC_CONFIG_FILES([cris/Makefile])
@@ -218,7 +217,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 csky d30v epiphany fr30 frv ft32 i386 i960 iq2000
+ aarch64 arc arm bfin cr16 csky d30v epiphany fr30 frv ft32 i386 i960 iq2000
libnosys lm32
m32r mcore microblaze mn10200 mn10300 moxie msp430
nds32 nios2 or1k pru riscv rl78 rx sparc sparc_leon tic6x v850 visium