summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2008-06-17toolchain/gcc-4.x: strip cross libgcc / libstdc++Peter Korsgaard
2008-06-17toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host.Peter Korsgaard
2008-06-16gdb: support external toolchainPeter Korsgaard
2008-06-16toolchain: more sensible uclibc defaults for external toolchainPeter Korsgaard
2008-06-16toolchain: move elf2flt+mklibs under 'Common Toolchain Options'Peter Korsgaard
2008-06-16elf2flt: only allow it to be selected on supported archsPeter Korsgaard
2008-06-15kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind)Peter Korsgaard
2008-06-13toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard
Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
2008-06-13toolchain: gcc 4.2.4 supportPeter Korsgaard
2008-06-11kernel headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-07kernel headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-06toolchain: also use arch/tune/abi options when softfloat is enabledPeter Korsgaard
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case.
2008-06-02kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2xPeter Korsgaard
2008-06-02kernel headers: add 2.6.25.4Peter Korsgaard
2008-06-02kernel headers: bump 2.6.24.x to 2.6.24.7Peter Korsgaard
2008-05-31uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+)Peter Korsgaard
2008-05-31uclibc-0.9.28.3: fix config so oldconfig doesn't ask questionsPeter Korsgaard
2008-05-31uclibc-0.9.29: handle powerpc subarch selectionPeter Korsgaard
2008-04-24uClibc: use .patch.$ARCH naming conventionPeter Korsgaard
2008-04-17* Added uclibc snapshot config, differes from the stable and kept asking ↵Nigel Kukard
questions for config * Added ARM config options to makefile just like the other arch's
2008-04-04toolchain/gcc: do not try to strip *-embedspuPeter Korsgaard
2008-03-30* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard
2008-03-30* Remove legacy GCC 4.1.x versionsNigel Kukard
2008-03-30* Remove legacy GCC 4.0.x versionsNigel Kukard
2008-03-30* Remove legacy GCC 3.4.x versionsNigel Kukard
2008-03-30Remove legacy GCC 3.3.x versionsNigel Kukard
2008-03-30Add build support for latest gdbUlf Samuelsson
2008-03-29Force use of bash for patchingUlf Samuelsson
2008-03-29PentiumPro is not Pentium4 but i686Nigel Kukard
2008-03-29* Fixed uClibc sub-x86 arch selectionNigel Kukard
2008-03-29Remove AVR32 gdb patches duplicating prepatched sourceUlf Samuelsson
2008-03-29Remove binutils AVR32 patches duplicating external sourceUlf Samuelsson
2008-03-29Remove avr32 gcc patches duplicating external sourceUlf Samuelsson
2008-03-29Remove duplication of AVR32 toolchainUlf Samuelsson
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Missed jacmet's patch, r21520Nigel Kukard
2008-03-28* Added 4.2.2 patchsetNigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-27gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft floatPeter Korsgaard
Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588.
2008-03-27uClibc 0.9.28.3: use optimized string ops on ppcPeter Korsgaard
Use optimized string ops instead of dummy generic ones on PPC.
2008-03-27uclibc: remove unused legacy patchesPeter Korsgaard
2008-03-21current avr32 gcc patches break x86 and possibly other systems. moving bad ↵John Voltz
patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard
2008-03-13make patch-kernel create lists of applied patches, very handy indeedJohn Voltz
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2008-03-11fixed path problemJohn Voltz
2008-03-11buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard
Patch by Nigel Kukard.
2008-03-07HTMLized glibc vs uclibc and added to docsJohn Voltz
2008-03-06gcc 4.2.1: Don't change SUFFIX and bug report URLPeter Korsgaard
SUFFIX and bug report URL shouldn't be set to something atmel specific if you don't compile for AVR32. The AVR32 patch should probably only get applied if compiling for AVR32.
2008-03-06toolchain updatesJohn Voltz
2008-03-06added and removed uclibc patchesJohn Voltz