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-27 04:59:58 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-03 11:49:10 +0300
commit6bbeed74ca571b98af19dc7d52ce286f40c75229 (patch)
tree651bc873fef8ed009437c4134a8678da9120dc66 /libgloss/Makefile.am
parent6879bfa7c24467a85d3c0aa5b84c2f8f5fb92f33 (diff)
libgloss: merge i960 into top-level Makefile
Avoid a recursive make to speed things up a bit. I can't test this as current versions of binutils doesn't support i960.
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 742ef52c5..a8a445b1d 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -81,6 +81,9 @@ endif
if CONFIG_D30V
include d30v/Makefile.inc
endif
+if CONFIG_I960
+include i960/Makefile.inc
+endif
if CONFIG_IQ2000
include iq2000/Makefile.inc
endif