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: Fwd: [RFC][gomp4] Offloading patches (2/3): Add tables generation


Hi Bernd!

On Mon, 4 Aug 2014 23:00:07 +0200, Bernd Schmidt <bernds@codesourcery.com> wrote:
> On 07/23/2014 04:37 PM, Ilya Verbin wrote:
> > On 23 Jul 16:16, Bernd Schmidt wrote:
> >> Here's the latest version, which fixes some more issues and removes
> >> things that are now unnecessary.

> I've committed this version to gomp-4_0-branch.

Diffing against the last merge base, I see some accel-gcc mentions still
remain in the build system, which I assume can also be removed now?  That
is, accel_target_* stuff in Makefile.def and Makefile.tpl.

As we now no longer build accel-gcc, my commit r211513 ÂDifferent
configure and make flags for target vs. accelerator GCCÂ should be
reverted, too.

The Âaccelerator target system type check complains:

    $ ../source/configure --prefix=[...] --disable-bootstrap --enable-languages=c,c++,fortran,lto --disable-multilib [...]
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln works... yes
    checking whether ln -s works... yes
    checking for a sed that does not truncate output... /bin/sed
    checking for gawk... gawk
    checking accelerator target system type... config.sub: missing argument
    Try `config.sub --help' for more information.
    
    checking for libatomic support... yes

I suspect this is due to:

> --- configure.ac	(revision 213606)
> +++ configure.ac	(working copy)

> -# Handle --enable-accelerator.  This is in top-level because both libgomp and
> -[...]
> -accel_target_noncanonical=NONE
> -[...]
> +[...]
>  
>  ACX_CANONICAL_ACCEL_TARGET

... accel_target_noncanonical no longer being initialized here, but then
used in config/acx.m4:ACX_CANONICAL_ACCEL_TARGET.


GrÃÃe,
 Thomas

Attachment: pgpFOUTh473yA.pgp
Description: PGP signature


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