71b0ebd92d
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> |
||
---|---|---|
.. | ||
100-uclibc-conf.patch | ||
111-pr65730.patch | ||
120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch | ||
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 | ||
872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch | ||
873-xtensa-fix-_Unwind_GetCFA.patch | ||
900-musl-support.patch | ||
1000-powerpc-link-with-math-lib.patch.conditional |