This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: nvptx-tools and nvptx-newlib (was: The nvptx port [10/11+] Target files)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Thomas Schwinge <thomas at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Bernd Schmidt <bernds at codesourcery dot com>
- Date: Wed, 18 Feb 2015 10:03:16 +0100
- Subject: Re: nvptx-tools and nvptx-newlib (was: The nvptx port [10/11+] Target files)
- Authentication-results: sourceware.org; auth=none
- References: <54451994 dot 9070209 at codesourcery dot com> <54451D57 dot 5050803 at codesourcery dot com> <5447F0E1 dot 7080906 at redhat dot com> <544FAE8B dot 5010906 at codesourcery dot com> <545179C6 dot 4030406 at redhat dot com> <5460E5AD dot 6060502 at codesourcery dot com> <87vbl2w69s dot fsf at kepler dot schwinge dot homeip dot net> <87egq8mir1 dot fsf at schwinge dot name> <20150204094314 dot GH1746 at tucnak dot redhat dot com> <8761azfvso dot fsf at kepler dot schwinge dot homeip dot net>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Feb 18, 2015 at 09:50:15AM +0100, Thomas Schwinge wrote:
> > What about multilibs, is newlib built for both -m32 and -m64, or just the
> > default option?
>
> So far, we have concentrated only on the 64-bit x86_64 configuration;
> 32-bit has several known issues to be resolved.
> <https://gcc.gnu.org/PR65099> filed.
I meant 64-bit and 32-bit PTX.
Jakub