Offloading compilers' libgcc installation (was: nvptx offloading patches [3/n], RFD)

Thomas Schwinge thomas@codesourcery.com
Fri Feb 20 09:33:00 GMT 2015


Hi Bernd!

On Thu, 19 Feb 2015 10:28:46 +0100, Bernd Schmidt <bernds@codesourcery.com> wrote:
> issue when trying to 
> get at the libgcc for the nvptx accel compiler after it's been 
> installed. The libgcc Makefile puts it in the wrong place - 
> gcc/nvptx-none/accel/nvptx-none instead of gcc/host/accel/nvptx-none. 
> The patch below corrects that and removes an intelmicemul special case 
> which I believe has the same effect - Ilya, could you test this?

Works fine for me for intelmic (no changes), and nvptx (changes as
expected).

You'll want to remove the following debugging print statement before
commit:

> --- libgcc/configure.ac	(revision 445788)
> +++ libgcc/configure.ac	(working copy)
> @@ -398,16 +398,14 @@ esac
>  
>  # Used for constructing correct paths for offload compilers.
>  accel_dir_suffix=
> +real_host_noncanonical=${host_noncanonical}
> +echo "eaaf: $enable_as_accelerator_for"


Grüße,
 Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150220/56afb492/attachment.sig>


More information about the Gcc-patches mailing list