Ping.
  https://gcc.gnu.org/ml/gcc-patches/2014-06/msg00616.html

On 06/06/2014 05:07 PM, Bernd Schmidt wrote:
There's a problem when offloading from a compiler for one target machine
to another: the machine specific options don't necessarily match. This
patch tries to address this.

The idea is that since we have two options sections anyway, with
different section name prefixes, we can arrange to pass only
target-independent options in the omp_ version of the options section.
However, some target-specific options (specifically the ones specifying
the ABI) need to be preserved somehow, so there's a new target hook for
translating them to common a -foffload-* syntax.

How does this look? Comments on the approach, and ok for the
gomp-4_0-branch?

Reply via email to