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 'newlib/libm/Makefile.am')
-rw-r--r--newlib/libm/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libm/Makefile.am b/newlib/libm/Makefile.am
index 51ea06fa4..ff2a742a7 100644
--- a/newlib/libm/Makefile.am
+++ b/newlib/libm/Makefile.am
@@ -8,7 +8,11 @@ else
MATHDIR = math
endif
+if HAVE_LIBM_MACHINE_DIR
SUBDIRS = $(MATHDIR) common machine
+else
+SUBDIRS = $(MATHDIR) common
+endif
libm_la_LDFLAGS = -Xcompiler -nostdlib