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-28 04:45:25 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commit22257fc68191c5a95373191798c59390ebf7388b (patch)
treee536dd22c1c9bbfea5707f70204d12cf7165f7f8 /libgloss/configure.ac
parentbf37122a728d7ac78b06cc078816be062cdc7ad4 (diff)
libgloss: merge epiphany into top-level Makefile
Avoid a recursive make to speed things up a bit. A epiphany-elf build shows installed objects & libs produce same code.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index bff76fbc8..bb11a0ee0 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -58,9 +58,7 @@ case "${target}" in
config_csky=true
;;
epiphany-*-*)
- AC_CONFIG_FILES([epiphany/Makefile])
- subdirs="$subdirs epiphany"
- config_testsuite=true
+ config_epiphany=true
;;
i[[3456]]86-*-elf* | i[[3456]]86-*-coff*)
config_i386=true
@@ -233,7 +231,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 frv i386 i960 iq2000 libnosys lm32
+ aarch64 arc arm bfin csky d30v epiphany frv i386 i960 iq2000 libnosys lm32
m32r mcore mn10200 mn10300 moxie msp430
nds32 nios2 riscv rl78 rx v850 visium wince xstormy16 xtensa
], [dnl