This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, 4.7, Android, i386] Port of Android target support in i386 for 4.7 branch
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Ilya Enkovich <enkovich dot gnu at gmail dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, Maxim Kuvyrkov <maxim at codesourcery dot com>, Uros Bizjak <ubizjak at gmail dot com>
- Date: Tue, 24 Apr 2012 15:15:37 +0200
- Subject: Re: [PATCH, 4.7, Android, i386] Port of Android target support in i386 for 4.7 branch
- References: <CAMbmDYYek6nMdYmNC1N938NGOFy5cOOGxFF4YDuVR7bJ1b6fOw@mail.gmail.com>
On Tue, Apr 24, 2012 at 2:54 PM, Ilya Enkovich <enkovich.gnu@gmail.com> wrote:
> Hello,
>
> here is a port of Android support patch
> (http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00944.html) for 4.7
> branch. Is it OK?
This kind of re-org is not appropriate for the branch.
Thanks,
Richard.
> Bootstrap and check passed on linux-x86_64.
>
> Thanks,
> Ilya
> ---
> 2012-04-24 ?Enkovich Ilya ?<ilya.enkovich@intel.com>
>
> ? ? ? ?* config/i386/linux-common.h: New.
>
> ? ? ? ?* config.gcc: Add i386/linux-common.h before
> ? ? ? ?all i386/linux.h and i386/linux64.h usages.
>
> ? ? ? ?* config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
> ? ? ? ?(LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
> ? ? ? ?(GNU_USER_TARGET_CC1_SPEC): New.
> ? ? ? ?(CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
> ? ? ? ?(GNU_USER_TARGET_MATHFILE_SPEC): New.
> ? ? ? ?(ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
>
> ? ? ? ?* config/i386/gnu-user64.h: Likewise.