public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Terry Guo" <terry.guo@arm.com>
To: "'Paolo Carlini'" <paolo.carlini@oracle.com>
Cc: <gcc-patches@gcc.gnu.org>,	<libstdc++@gcc.gnu.org>,
	<ro@CeBiTec.Uni-Bielefeld.DE>,	<mikestump@comcast.net>,
	"Richard Earnshaw" <Richard.Earnshaw@arm.com>,
	"'Paolo Bonzini'" <bonzini@gnu.org>
Subject: Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator
Date: Wed, 28 Mar 2012 01:15:00 -0000	[thread overview]
Message-ID: <000001cd0c80$4ef18250$ecd486f0$@guo@arm.com> (raw)

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

 


             reply	other threads:[~2012-03-28  1:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-28  1:15 Terry Guo [this message]
2012-03-28  1:18 ` Paolo Carlini
2012-04-06  7:49   ` Terry Guo
2012-04-06 13:27     ` Mike Stump
     [not found] <4f56f0ab.c107440a.725e.3322SMTPIN_ADDED@mx.google.com>
2012-03-07  8:56 ` Jonathan Wakely
2012-03-10 23:25 ` Jonathan Wakely
2012-03-12  2:18   ` Terry Guo
2012-03-12 18:52   ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000001cd0c80$4ef18250$ecd486f0$@guo@arm.com' \
    --to=terry.guo@arm.com \
    --cc=Richard.Earnshaw@arm.com \
    --cc=bonzini@gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    --cc=mikestump@comcast.net \
    --cc=paolo.carlini@oracle.com \
    --cc=ro@CeBiTec.Uni-Bielefeld.DE \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).