diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-05-01 17:05:44 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-05-01 17:05:44 +0000 |
commit | 1e997c5625bb584eaf78788fbde70965ec4a18fd (patch) | |
tree | 4203cb8d027d0c81d4f0422f9fc6bde1352d4617 /newlib/Makefile.am | |
parent | 2a71c1d299c4a2cf8522537ecf6d9a1f0c043f2b (diff) | |
download | newlib-1e997c5625bb584eaf78788fbde70965ec4a18fd.zip newlib-1e997c5625bb584eaf78788fbde70965ec4a18fd.tar.gz newlib-1e997c5625bb584eaf78788fbde70965ec4a18fd.tar.bz2 |
* 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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am index ebf923d..02cb8a4 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 |