buildrootschalter/package/gcc
Alexey Brodkin c24f559435 gcc: add new fix for the ARC 2014.08 gcc version
This commit adds a new patch to the ARC 2014.08 gcc specific version,
that redefines PTRDIFF_TYPE from "long int" to "int".

The change of SIZE_TYPE from "long unsigned int" to "unsigned int"
http://git.buildroot.net/buildroot/commit/?id=0f236c1fef669192c8f5cc8ef26e93da91438dc2
introduced a regression due to the existing PTRDIFF_TYPE.

Now to fix regression the patch converts PTRDIFF_TYPE to simple "int".

The fix is taken from current development branch of GCC for ARC and
will be a part of the next release of ARC tools, so at that point
patch should be dropped.

846e92167a

[Thomas: tweak commit log.]

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-23 22:14:15 +02:00
..
4.2.2-avr32-2.1.5 gcc: fix libstdc++_pic for AVR32 2013-08-22 23:06:52 +02:00
4.4.7
4.5.4
4.7.4 gcc/4.7: fix C++ exceptions and pthread_exit() 2014-08-17 09:18:29 +02:00
4.8.3 gcc/4.8: fix C++ exceptions and pthread_exit() 2014-08-17 09:19:52 +02:00
4.9.1 gcc/4.9: fix C++ exceptions and pthread_exit() 2014-08-17 09:20:40 +02:00
arc-2014.08 gcc: add new fix for the ARC 2014.08 gcc version 2014-09-23 22:14:15 +02:00
gcc-final gcc-final: disable shared build for static 2014-07-30 20:25:10 +02:00
gcc-initial toolchain: switch to a two stage gcc build 2014-09-14 23:20:23 +02:00
Config.in.host package/gcc: cleanup arch/cpu combinations 2014-09-23 20:13:26 +02:00
gcc.mk gcc/gcc-intermediate: remove package 2014-09-14 23:20:59 +02:00