This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Android native build of GCC
- From: Cyd Haselton <chaselton at gmail dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Richard Biener <richard dot guenther at gmail dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 9 Jan 2015 09:53:42 -0600
- Subject: Re: Android native build of GCC
- Authentication-results: sourceware.org; auth=none
- References: <54AE581C dot 5070003 at redhat dot com> <CAFiYyc0FGy3G9hJR5bM0YsKHcBAyHjdznXeioOfCkuEU1KjR_A at mail dot gmail dot com> <54AFC695 dot 8010200 at redhat dot com> <CAFiYyc2XLQ5310ar6UKcHx8zqkeFWPkBB1S6v81+bvr4fzEu9w at mail dot gmail dot com> <54AFCB98 dot 8030806 at redhat dot com>
On Fri, Jan 9, 2015 at 6:37 AM, Andrew Haley <aph@redhat.com> wrote:
> On 01/09/2015 12:30 PM, Richard Biener wrote:
>> Does --disable-lto-plugin work?
>
> Over to you, Cyd.
>
> Andrew.
>
Yes, it allows the build to continue successfully. Specifically it
allows the libgcc_s.so to be built.
Brief background: the fakechroot lib is specific to the environment
I'm using on Android to build GCC; it simulates a Linux-style
filesystem making it easier to port various utilities and programs.