kumquat-buildroot/package/gcc/4.8.5
Arnout Vandecappelle 71b0ebd92d gcc: add patches for powerpc e6500 64-bit support
Building with -mtune=e6500 led to build failures in glibc (probably in
uclibc as well) because gcc was built for a 32-bit target even though
the target tuple is powerpc64-*. This lead to a mix of 32-bit and
64-bit support and build errors like:

  fatal error: gnu/lib-names-32.h: No such file or directory

The root cause is that the configure script is not handling e6500
correctly, because of stupid typo in the condition.

Change has been submitted upstream.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Alvaro Gamez <alvaro.gamez@hazent.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-17 00:16:03 +01:00
..
100-uclibc-conf.patch
111-pr65730.patch
120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch gcc: add patches for powerpc e6500 64-bit support 2015-11-17 00:16:03 +01:00
301-missing-execinfo_h.patch
305-libmudflap-susv3-legacy.patch
810-arm-softfloat-libgcc.patch
830-arm_unbreak_armv4t.patch
841-PR57717-E500v2.patch
842-PR60155.patch
843-aarch64-vmlaq_lane_s32-typo.patch
850-libstdcxx-uclibc-c99.patch
851-PR-other-56780.patch
870-xtensa-add-mauto-litpools-option.patch
871-xtensa-reimplement-register-spilling.patch gcc: backport xtensa libgcc stack unwinding fixes 2015-10-05 16:01:56 +01:00
872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch gcc: backport xtensa libgcc stack unwinding fixes 2015-10-05 16:01:56 +01:00
873-xtensa-fix-_Unwind_GetCFA.patch gcc: backport xtensa libgcc stack unwinding fixes 2015-10-05 16:01:56 +01:00
900-musl-support.patch gcc: simplify musl patches for SSP support 2015-10-18 15:35:53 +02:00
1000-powerpc-link-with-math-lib.patch.conditional