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 06:39:05 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit56211d0e14fe5e97000884d21d003759f2906422 (patch)
tree00e8ffdeb403870216c93556bbcbcf5db117b5b4 /libgloss/Makefile.am
parent20dcee2c2726c4a6698c04a6f210f42872c2fd79 (diff)
libgloss: merge i386 into top-level Makefile
Avoid a recursive make to speed things up a bit. A i386-elf build shows installed objects & libs produce same code other than a rename from cygmon-gmon.o & cygmon-salib.o to i386_libcygmon_a-*.o due to the use of custom CPPFLAGS in here.
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 1b5a86a48..73fb8e481 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -100,6 +100,9 @@ endif
if CONFIG_FRV
include frv/Makefile.inc
endif
+if CONFIG_I386
+include i386/Makefile.inc
+endif
if CONFIG_I960
include i960/Makefile.inc
endif