summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.7.2/0400-add-support-for-arm-linux-eabi-triplets-useful-for-a.patch
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolte patchesMichael Olbrich2014-12-121-137/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcc-4.7.2: update and cleanup patchesMichael Olbrich2012-12-051-0/+137
Removed patches: * 0101-fix-arith_adjacentmem-LDM-splitting-code.patch: Obsolete. The bug report states that this is fixed since 4.5. * 0300-gcc-trampolinewarn.patch Does not fix anything and annoys people. * 0301-flatten-switch-stmt-into-if-else-chain-for-Os.patch Old gentoo patch that never reached mainline. It's just an optimization anyways. New patches: * 0102-libgcc-reorder-tmake_file-for-arm-uclinux.patch Needed to build *-uclinux* toolchains. * 0400-add-support-for-arm-linux-eabi-triplets-useful-for-a.patch From Debian. Needed to build arm-*-linux-gnueabihf toolchains. * 0500-Fix-Argument-list-too-long-error.patch From OpenEmbedded. Fixes "Argument list too long". This can happen for longer the path to the workspace. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>