[gcn offloading] Only supported in 64-bit configurations
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 28 Apr 2020 18:43:38 +0000 (20:43 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 14 Jan 2021 19:06:50 +0000 (20:06 +0100)
commit505caa7295b93ecdec8ac9b31595eb34dbd48c9f
treef8f051e23d2072e70e8b897f0a156c9878028661
parent05a30af3f237984b4dcf1dbbc17fdac583c46506
[gcn offloading] Only supported in 64-bit configurations

Similar to nvptx offloading, see PR65099 "nvptx offloading: hard-coded 64-bit
assumptions".

gcc/
* config/gcn/mkoffload.c (main): Create an offload image only in
64-bit configurations.
gcc/config/gcn/mkoffload.c