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-29 08:11:38 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commitad17cf6d67f06a841a87d1a117b5c8b1883ac195 (patch)
tree750d3368d7c9cb86c7b4f5fbf2b10507a526208b /libgloss/configure.ac
parent8c5bb84b6b505be3dbcea97ed2c879d2df81249f (diff)
libgloss: merge fr30 into top-level Makefile
Avoid a recursive make to speed things up a bit. A fr30-elf build shows installed objects & libs produce same code. A lot of code seems like it hasn't been migrated, but that's because it's all disabled/unused (i.e. all the test & mon code). It looks like a lot of copy & paste holdovers from the original port.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 2099136b3..8a0d61308 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -133,8 +133,7 @@ case "${target}" in
config_d30v=true
;;
fr30-*-*)
- AC_CONFIG_FILES([fr30/Makefile])
- subdirs="$subdirs fr30"
+ config_fr30=true
;;
frv*-*-*)
config_frv=true
@@ -230,7 +229,8 @@ 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 frv i386 i960 iq2000 libnosys lm32
+ aarch64 arc arm bfin csky d30v epiphany fr30 frv i386 i960 iq2000
+ libnosys lm32
m32r mcore mn10200 mn10300 moxie msp430
nds32 nios2 or1k riscv rl78 rx v850 visium wince xstormy16 xtensa
], [dnl