This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[RFC] Target compilation for offloading
- From: Andrey Turetskiy <andrey dot turetskiy at gmail dot com>
- To: jakub at redhat dot com
- Cc: iverbin at gmail dot com, michael dot v dot zolotukhin at gmail dot com, Kirill Yukhin <kirill dot yukhin at gmail dot com>, rth at redhat dot com, gcc at gcc dot gnu dot org
- Date: Tue, 29 Oct 2013 13:33:17 +0400
- Subject: [RFC] Target compilation for offloading
- Authentication-results: sourceware.org; auth=none
Hi Jakub,
I wonder how compiler is going to choose which target binaries should
be created for offload? Will compiler make choice on its own or it is
the user who should add specific options like --offload-target=...
How does compiler know paths to target compilers? Will it use
environment variables or paths will be set during compiler
configuration?
--
Best regards,
Andrey Turetskiy