This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing


On Fri, Nov 21, 2014 at 10:14:21PM +0300, Ilya Verbin wrote:
> > On Fri, 21 Nov 2014 21:44:40, Ilya Verbin wrote:
> > > You're right. This patch was rebased so many times, that we may forget to
> > > regenerate it before committing.
> 
> Build with liboffloadmic passed.  OK for trunk?
> 
>   -- Ilya
> 
> 
> 	* Makefile.in: Regenerate.

Ok.
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -35238,9 +35238,6 @@ configure-target-liboffloadmic:
>  	$(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/liboffloadmic ; \
>  	$(NORMAL_TARGET_EXPORTS)  \
>  	echo Configuring in $(TARGET_SUBDIR)/liboffloadmic; \
> -	 \
> -	this_target="${target_alias}"; \
> -	 \
>  	cd "$(TARGET_SUBDIR)/liboffloadmic" || exit 1; \
>  	case $(srcdir) in \
>  	  /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
> @@ -35248,14 +35245,12 @@ configure-target-liboffloadmic:
>  		sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \
>  	esac; \
>  	module_srcdir=liboffloadmic; \
> -	srcdiroption="--srcdir=$${topdir}/liboffloadmic"; \
> -	libsrcdir="$$s/liboffloadmic"; \
>  	rm -f no-such-file || : ; \
>  	CONFIG_SITE=no-such-file $(SHELL) \
>  	  $$s/$$module_srcdir/configure \
>  	  --srcdir=$${topdir}/$$module_srcdir \
>  	  $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
> -	  --target=$${this_target} $${srcdiroption} @extra_liboffloadmic_configure_flags@ \
> +	  --target=${target_alias} @extra_liboffloadmic_configure_flags@ \
>  	  || exit 1
>  @endif target-liboffloadmic
>  

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]