summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
AgeCommit message (Expand)Author
2009-05-04fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ...nbd
2009-05-04remove obsolete gcc version md5sumsnbd
2009-04-27[toolchain] gcc: symlink ./lib64 to ./lib for x86_64 as wellnico
2009-04-23[toolchain] add preliminary support for gcc-4.4.0, need to forward port the f...florian
2009-04-18add a modified version of the mips64 patch from #4603nbd
2009-03-13fix stampfile variables for the toolchain build (fixes gcc compile error)nbd
2009-02-23[toolchain] move common variables to a dedicated include filenico
2009-02-22build system refactoring in preparation for allowing packages to do host-buil...nbd
2009-02-03[toolchain] cosmetic & coherency fixesnico
2009-01-27add gcc 4.3.3, clean up gcc version config symbolsnbd
2009-01-21[toolchain] add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Lu...nico
2009-01-08[massive] add support for alternative C libraries (currently only glibc/eglibc)nico
2009-01-04Fix ssp enabling/disabling (#4388)florian
2008-12-02nuke old gcc 4.2 versionskaloz
2008-11-08add md5sums for binutils & gcc and use the GNU mirror facilitynico
2008-09-02disable autorebuild for the toolchain, as it can easily lead to build breakagesnbd
2008-07-30Disable smash stacking support by default, but allow to enable it as an exper...florian
2008-07-14use qstrip macro to strip quoted CONFIG_* stringsnico
2008-04-22make sure the toolchain target dir really existsnbd
2008-04-12[toolchain] provide a cleaner way to specify a biarch toolchain buildjk
2008-04-10Do not disable tls yet, uclibc-ntpl will support it soonflorian
2008-04-10Disable tls support, uClibc does not support it, and it could lead to linking...florian
2007-12-28fixup softfloat handlingkaloz
2007-11-20fix a few stampfile locationsnbd
2007-10-23openwrt: honour gcc extra configuration flagsnbd
2007-09-08major target cleanup. it is now possible to have subtargets that can override...nbd
2007-08-26fix typo (closes: #2275)nico
2007-08-23Disable multilib by defaultflorian
2007-08-13Fix the stage2 compilation, no side effect with gcc4 (#2190)florian
2007-08-07build system cleanup/restructuring as described in http://lists.openwrt.org/p...nbd
2007-07-30fix the gcc stampfile for initial stage installationnbd
2007-06-28fix gcc 4.2.0 compile for ppcnbd
2007-06-28replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc buildro...nbd
2007-06-08we don't need libmudflap at allkaloz
2006-11-23add a gcc 4.2 snapshotnbd
2006-11-21Forgot that part (#926)florian
2006-11-12fix gcc compilenbd
2006-11-12more shell related fixesnbd
2006-10-10fix gcc compilenbd
2006-09-27move tools from toolchain/ to tools/nbd
2006-08-29fix gcc symlink installnbd
2006-08-04set PATH in rules.mkmbm
2006-06-21massive cleanup of toolchain/nbd
2006-06-13remove libgcc hacknbd
2006-05-31cleanup; replace .PHONY with FORCE; disable gdb by defaultnbd
2006-05-30fix toolchain build, remove some old gcc junknbd
2006-05-22fix GCC version.nico
2006-05-12fix BR2_ and CONFIG_ issuesmbm
2006-02-06make gcc4 depend on libgcc, and disable the libgcc hack for itkaloz
2006-02-01change cp to $(CP)mbm