aboutsummaryrefslogtreecommitdiff
path: root/devel/gcc/patches
Commit message (Collapse)AuthorAge
* gcc: work around wrongly detected sys/sdt.h header.Christian Beier2014-10-23
| | | | | | | | | | The build system somehow detects /usr/include/sys/sdt.h, which is part of systemtap-sdt-devel package in the host environment but not present in the SDK. This patch simply disables the check for sys/sdt.h, enabling building of this package when systemtap-sdt-devel is installed in the host environment. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Build gcc version 4.8.3, refresh patches from openwrt.git.Christian Beier2014-08-10
| | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Remove patches that don't apply to 4.6.3.Christian Beier2014-08-10
| | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Do not ship .info and .man files.Christian Beier2014-08-10
| | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory.Christian Beier2014-08-10
| | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Add patch that fixes GCC building for MIPS.Christian Beier2014-08-10
| | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Add patch that fixes a build error when building a 32bit toolchain on ↵Christian Beier2014-08-10
64bit build machine. Signed-off-by: Christian Beier <dontmind@freeshell.org>