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:
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 0029e663e..b2605f1c2 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -17,6 +17,7 @@ tooldir = $(exec_prefix)/$(target_alias)
multilibtooldir = $(tooldir)/lib$(MULTISUBDIR)
multilibtool_DATA =
multilibtool_LIBRARIES =
+multilibtool_PROGRAMS =
includetooldir = $(tooldir)/include
includetool_DATA =
@@ -145,6 +146,9 @@ endif
if CONFIG_WINCE
include wince/Makefile.inc
endif
+if CONFIG_XSTORMY16
+include xstormy16/Makefile.inc
+endif
if CONFIG_XTENSA
include xtensa/Makefile.inc
endif