public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Aleksander Ivanyushenko <aleksander.ivanyushenko@gmail.com>
To: jakub@redhat.com, kirill.yukhin@gmail.com, iverbin@gmail.com,
	gcc-patches@gcc.gnu.org
Subject: Re: [PATCH 3/4] Add libgomp plugin for Intel MIC
Date: Mon, 30 Nov 2015 15:11:00 -0000	[thread overview]
Message-ID: <20151130150351.GA26243@msticlxl57.ims.intel.com> (raw)
In-Reply-To: <20151111145615.GA4807@msticlxl57.ims.intel.com>

On Wed, Nov 11, 2015 at 17:56:15 +0300, Aleksander Ivanyushenko wrote:
> On Mon, Aug 24, 2015 at 10:45:03 +0200, Jakub Jelinek wrote:
> > On Thu, Aug 06, 2015 at 05:34:56PM +0300, Maxim Blumental wrote:
> > >  Applied the idea with python script alternative. Review, please.
> > 
> > > 2015-07-28  Maxim Blumenthal  <maxim.blumenthal@intel.com>
> > > 
> > > 	* configure.ac: Add a check for xxd or python presence when the target
> > > 	is intelmic or intelmicemul.
> > > 	* configure: Regenerate.
> > > 	* liboffloadmic/plugin/Makefile.am: Add a condition into
> > > 	make_target_image.h generating code.  This condition performs an
> > > 	action with either xxd or a special python script during the
> > > 	generating.
> > > 	* liboffloadmic/plugin/xxd.py: New file.
> > > 	* liboffloadmic/plugin/Makefile.in: Regenerate.
> > 
> > I still don't like this, there should be no `which ...` uses in the
> > Makefile.
> > Instead, use AC_CHECK_PROG/AC_CHECK_PROGS in configure.ac, for python
> > perhaps search for python python2 python3 or what is common in the python
> > land.  And prepare the command line to use in the Makefile.am in configure
> > too, then AC_SUBST it and use the variable in there (and the variable will
> > use $@ etc.).
> Maxim has left Intel so I have fixed this issue. I tried to build with and
> without xxd, so everything works fine. ok for trunk?
> 
> 2015-11-10  Aleksander Ivanushenko  <aleksander.ivanushenko@intel.com>
> 	    Maxim Blumenthal  <maxim.blumenthal@intel.com>
> 
> 	* configure.ac: Add xxd and python check for intelmic and
> 	intelmicemul.
> 	* configure: Regenerate.
> 
> liboffloadmic/
> 2015-11-10  Aleksander Ivanushenko  <aleksander.ivanushenko@intel.com>
> 	    Maxim Blumenthal  <maxim.blumenthal@intel.com>
> 	    David Malcolm  <dmalcolm@redhat.com>
> 
> 	* plugin/xxd.py: New file.
> 	* plugin/configure.ac: Add searching for xxd and python pathes.
> 	* plugin/Makefile.am: Add python script usage in case when xxd is not
> 	available.
> 	* plugin/configure: Regenerate.
> 	* plugin/Makefile.in: Regenerate.
> 
>
Ping. 

       reply	other threads:[~2015-11-30 15:04 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20151111145615.GA4807@msticlxl57.ims.intel.com>
2015-11-30 15:11 ` Aleksander Ivanyushenko [this message]
2015-11-30 15:37 ` Jakub Jelinek
2014-10-21 17:16 [PATCH 0/4] OpenMP 4.0 offloading to " Ilya Verbin
2014-10-21 17:28 ` [PATCH 3/4] Add libgomp plugin for " Ilya Verbin
2014-10-22  9:47   ` Jakub Jelinek
2014-10-23 16:00     ` Ilya Verbin
2014-10-24 14:57       ` Jakub Jelinek
2014-10-24 15:12         ` Ilya Verbin
2014-10-24 15:19           ` Jakub Jelinek
2014-10-27 14:24             ` Ilya Verbin
2014-11-06 18:25               ` Jakub Jelinek
2014-11-10 14:32                 ` Ilya Verbin
2014-11-11  7:07                   ` Jakub Jelinek
2014-12-12  9:42                   ` Thomas Schwinge
2015-01-08 14:48                     ` Thomas Schwinge
2015-07-08 14:16   ` Thomas Schwinge
2015-07-08 15:14     ` Ilya Verbin
2015-07-08 15:52       ` Thomas Schwinge
2015-07-23 19:05     ` Ilya Verbin
2015-07-24  8:06       ` Jakub Jelinek
2015-07-24 14:27         ` David Malcolm
2015-07-28 15:51           ` Maxim Blumental
2015-08-03 10:24             ` Maxim Blumental
2015-08-04 17:40               ` David Malcolm
2015-08-06 14:35             ` Fwd: " Maxim Blumental
2015-08-11 12:27               ` Maxim Blumental

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=20151130150351.GA26243@msticlxl57.ims.intel.com \
    --to=aleksander.ivanyushenko@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=iverbin@gmail.com \
    --cc=jakub@redhat.com \
    --cc=kirill.yukhin@gmail.com \
    /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).