public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator
@ 2012-03-28  1:15 Terry Guo
  2012-03-28  1:18 ` Paolo Carlini
  0 siblings, 1 reply; 12+ messages in thread
From: Terry Guo @ 2012-03-28  1:15 UTC (permalink / raw)
  To: 'Paolo Carlini'
  Cc: gcc-patches, libstdc++,
	ro, mikestump, Richard Earnshaw, 'Paolo Bonzini'

Hello,

Thanks Paolo Carlini for pointing out that I should put code changes in
Makefile.am. This updated patch addresses this issue. Is it OK to trunk?

BR,
Terry

2012-03-26  Terry Guo  <terry.guo@arm.com>

        * testsuite/Makefile.am (TEST_GCC_EXEC_PREFIX): New.
        * testsuite/Makefile.in: Regenerated.

diff --git a/libstdc++-v3/testsuite/Makefile.am
b/libstdc++-v3/testsuite/Makefile.am
index 166bd16..7094ad5 100644
--- a/libstdc++-v3/testsuite/Makefile.am
+++ b/libstdc++-v3/testsuite/Makefile.am
@@ -60,6 +60,7 @@ site.exp: Makefile
 	@echo 'set libiconv "$(LIBICONV)"' >>site.tmp
 	@echo 'set baseline_dir "$(baseline_dir)"' >> site.tmp
 	@echo 'set baseline_subdir_switch "$(baseline_subdir_switch)"' >>
site.tmp
+	@echo 'set TEST_GCC_EXEC_PREFIX "$(libdir)/gcc/"' >> site.tmp
 	@echo '## All variables above are generated by configure. Do Not
Edit ##' >>site.tmp
 	@test ! -f site.exp || \
 	  sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
diff --git a/libstdc++-v3/testsuite/Makefile.in
b/libstdc++-v3/testsuite/Makefile.in
index 8c91fd0..e433bb9 100644
--- a/libstdc++-v3/testsuite/Makefile.in
+++ b/libstdc++-v3/testsuite/Makefile.in
@@ -505,6 +505,7 @@ site.exp: Makefile
 	@echo 'set libiconv "$(LIBICONV)"' >>site.tmp
 	@echo 'set baseline_dir "$(baseline_dir)"' >> site.tmp
 	@echo 'set baseline_subdir_switch "$(baseline_subdir_switch)"' >>
site.tmp
+	@echo 'set TEST_GCC_EXEC_PREFIX "$(libdir)/gcc/"' >> site.tmp
 	@echo '## All variables above are generated by configure. Do Not
Edit ##' >>site.tmp
 	@test ! -f site.exp || \
 	  sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp

 


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator
@ 2012-03-07  5:22 Terry Guo
  2012-03-23 12:44 ` Paolo Carlini
  0 siblings, 1 reply; 12+ messages in thread
From: Terry Guo @ 2012-03-07  5:22 UTC (permalink / raw)
  To: libstdc++, gcc-patches; +Cc: ro, mikestump, Richard Earnshaw, bonzini

Hello,

Can anybody please review and approve the following simple patch? Thanks
very much.

http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html

BR,
Terry


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-04-06 13:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4f56f0ab.c107440a.725e.3322SMTPIN_ADDED@mx.google.com>
2012-03-07  8:56 ` [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator Jonathan Wakely
2012-03-10 23:25 ` Jonathan Wakely
2012-03-12  2:18   ` Terry Guo
2012-03-12 18:52   ` Mike Stump
2012-03-28  1:15 Terry Guo
2012-03-28  1:18 ` Paolo Carlini
2012-04-06  7:49   ` Terry Guo
2012-04-06 13:27     ` Mike Stump
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07  5:22 Terry Guo
2012-03-23 12:44 ` Paolo Carlini
2012-03-23 13:03   ` Paolo Bonzini
2012-03-23 13:38     ` Paolo Carlini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).