Re: [nvptx, aarch64] Define TARGET_OFFLOAD_OPTIONS for AArch64

2020-07-24 Thread Richard Sandiford
Matthias Klose writes: > Trying to build a nvptx offload compiler on aarch64-linux-gnu, the libgomp > tests > error out with > > unrecognizable argument of option -foffload-abi > > Passing that option goes a step further, hitting PR target/96265. Define that > hook, as it was done for rs6000 in

Re: [nvptx, aarch64] Define TARGET_OFFLOAD_OPTIONS for AArch64

2020-07-23 Thread Thomas Schwinge
Hi Matthias! On 2020-07-23T15:54:55+0200, Matthias Klose wrote: > Trying to build a nvptx offload compiler on aarch64-linux-gnu I have not yet heard any reports of ARM-host GCC builds with offloading enabled: 32-bit ARM, or 64-bit aarch64. In general, we've designed/implemented code offloading

[nvptx, aarch64] Define TARGET_OFFLOAD_OPTIONS for AArch64

2020-07-23 Thread Matthias Klose
Trying to build a nvptx offload compiler on aarch64-linux-gnu, the libgomp tests error out with unrecognizable argument of option -foffload-abi Passing that option goes a step further, hitting PR target/96265. Define that hook, as it was done for rs6000 in 2015. Ok for the trunk? Matthias *