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-31 09:51:47 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:48 +0300
commit2f0cd375f325a15b599fe1d71a811a3edc186d4d (patch)
tree2284f18231de8ed7e5333e1a2641f78ca490c5bf /libgloss/configure.ac
parentfecb0e5e78ab0b69c4f44af8a803d5ed6387997c (diff)
libgloss: merge microblaze into top-level Makefile
Avoid a recursive make to speed things up a bit. A microblaze-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 e376ad156..17e98a2fa 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -153,8 +153,7 @@ case "${target}" in
config_moxie=true
;;
microblaze*-*-*)
- AC_CONFIG_FILES([microblaze/Makefile])
- subdirs="$subdirs microblaze"
+ config_microblaze=true
;;
mt-*-*)
AC_CONFIG_FILES([mt/Makefile])
@@ -227,7 +226,7 @@ dnl the ports above will too!
m4_foreach_w([SUBDIR], [
aarch64 arc arm bfin csky d30v epiphany fr30 frv ft32 i386 i960 iq2000
libnosys lm32
- m32r mcore mn10200 mn10300 moxie msp430
+ m32r mcore microblaze mn10200 mn10300 moxie msp430
nds32 nios2 or1k riscv rl78 rx sparc sparc_leon tic6x v850 visium wince
xstormy16 xtensa
], [dnl