On 24/01/2020 14:59, Tobias Burnus wrote:
As reported in PR93409, the build of libgomp/plugin/plugin-gcn.c fails
with a bunch of error messages when building with
--with-multilib-list=m32,m64,mx32
The reason is that the GCN plugin assumes 64bit pointers. As with HSA,
the build is only enabled for x86-64 and "-m32" is excluded. — However,
it seems as if it makes sense to exclude also "-mx32".
This patch was tested with -m32/-m64 multilib as I do not have a -mx32
setup.
OK for the trunk?
This is fine with me, .... but that's probably not enough for this file.
Andrew