This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix libgcc version for Canadian cross compile
- From: Ian Lance Taylor <iant at google dot com>
- To: JonY <jon_y at users dot sourceforge dot net>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 3 Aug 2012 07:37:27 -0700
- Subject: Re: [PATCH] Fix libgcc version for Canadian cross compile
- References: <501BD9C5.9060106@users.sourceforge.net>
On Fri, Aug 3, 2012 at 7:01 AM, JonY <jon_y@users.sourceforge.net> wrote:
>
> For correctness sake, determine version from BASE-VER file instead of
> calling compiler. This allows better toleration with bad Canadian cross
> setups where host gcc version is of different version from target.
>
> Patch OK?
The patch is OK but you need a ChangeLog entry.
Thanks.
Ian