aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.in
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 22:38:07 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 22:38:07 +0000
commit4cf4f010fb845952130fc3f0fc158a9974ff6c32 (patch)
treec8fdfdfc779087e9becc7cda27c3f0742064a544 /newlib/Makefile.in
parentbfc27bae1acb55886146a7c67f85cf752b5d532c (diff)
downloadnewlib-4cf4f010fb845952130fc3f0fc158a9974ff6c32.zip
newlib-4cf4f010fb845952130fc3f0fc158a9974ff6c32.tar.gz
newlib-4cf4f010fb845952130fc3f0fc158a9974ff6c32.tar.bz2
* Makefile.am (site.exp): Change host_alias, host_triplet,
target_alias, target_triplet to refer to gcc's host and target variables (newlib's build and host variables). * testsuite/lib/newlib.exp (newlib_init): Change build references to host references, host references to target references to reflect Makefile.am changes. (newlib_target_compile): Likewise. (newlib_finish): Likewise.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index 7314634..09d50a9 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -805,10 +805,8 @@ site.exp: Makefile
@echo 'set srcdir $(srcdir)/testsuite' >> $@-t
@echo 'set objdir' `pwd` >> $@-t
@echo 'set newlib_cflags "$(NEWLIB_CFLAGS)"' >> $@-t
- @echo 'set build_alias $(build_alias)' >> $@-t
- @echo 'set build_triplet $(build_triplet)' >> $@-t
- @echo 'set host_alias $(host_alias)' >> $@-t
- @echo 'set host_triplet $(host_triplet)' >> $@-t
+ @echo 'set host_alias $(build_alias)' >> $@-t
+ @echo 'set host_triplet $(build_triplet)' >> $@-t
@echo 'set target_alias $(host_alias)' >> $@-t
@echo 'set target_triplet $(host_triplet)' >> $@-t
@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t