Hi Bernd! On Mon, 4 Aug 2014 23:00:07 +0200, Bernd Schmidt <[email protected]> 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
pgp7O8ADMs_Nq.pgp
Description: PGP signature
