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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 21:05:44 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 21:05:44 +0400
commit1e997c5625bb584eaf78788fbde70965ec4a18fd (patch)
tree4203cb8d027d0c81d4f0422f9fc6bde1352d4617 /newlib/Makefile.am
parent2a71c1d299c4a2cf8522537ecf6d9a1f0c043f2b (diff)
* Makefile.am (site.exp): Remove newlib_cflags. Add
multibuildtop. * testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's. * testsuite/lib/flags.exp: New file. * testsuite/lib/newlib.exp: Load flags.exp. (newlib_target_compile): Remove libgloss directory references. (newlib_init): Remove newlib_cflags references.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index ebf923df5..02cb8a4a2 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -291,7 +291,7 @@ site.exp: Makefile
@echo 'set tool_version $(VERSION)' >> $@-t
@echo 'set srcdir $(srcdir)/testsuite' >> $@-t
@echo 'set objdir' `pwd` >> $@-t
- @echo 'set newlib_cflags "$(NEWLIB_CFLAGS)"' >> $@-t
+ @echo 'set multibuildtop ./$(MULTIBUILDTOP)' >> $@-t
@echo 'set host_alias $(build_alias)' >> $@-t
@echo 'set host_triplet $(build_triplet)' >> $@-t
@echo 'set target_alias $(host_alias)' >> $@-t