summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
Commit message (Collapse)AuthorAgeFilesLines
* uClibc-0.9.29: remove double ARM subarch selection from defconfigPeter Korsgaard2008-08-041-16/+0
| | | | | uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-042-11/+11
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-043-2/+98
| | | | locations for prepatched toolchain to be under the toolchain directory
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-3/+3
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUGPeter Korsgaard2008-06-181-1/+5
|
* uclibc: remove obsolete uclibc 0.9.28 handlingPeter Korsgaard2008-06-181-3/+0
|
* toolchain/uclibc: strip libpthreadPeter Korsgaard2008-06-171-0/+1
|
* uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+)Peter Korsgaard2008-05-311-2/+1
|
* uclibc-0.9.28.3: fix config so oldconfig doesn't ask questionsPeter Korsgaard2008-05-311-1/+1
|
* uclibc-0.9.29: handle powerpc subarch selectionPeter Korsgaard2008-05-311-0/+9
|
* uClibc: use .patch.$ARCH naming conventionPeter Korsgaard2008-04-245-2/+5
|
* * Added uclibc snapshot config, differes from the stable and kept asking ↵Nigel Kukard2008-04-173-1/+219
| | | | | | questions for config * Added ARM config options to makefile just like the other arch's
* PentiumPro is not Pentium4 but i686Nigel Kukard2008-03-291-6/+6
|
* * Fixed uClibc sub-x86 arch selectionNigel Kukard2008-03-291-1/+25
|
* uClibc 0.9.28.3: use optimized string ops on ppcPeter Korsgaard2008-03-271-0/+56
| | | | Use optimized string ops instead of dummy generic ones on PPC.
* uclibc: remove unused legacy patchesPeter Korsgaard2008-03-278-19650/+0
|
* HTMLized glibc vs uclibc and added to docsJohn Voltz2008-03-071-215/+0
|
* added and removed uclibc patchesJohn Voltz2008-03-0617-233/+12531
|
* Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"2008-02-282-1/+13
| | | | | | | | | versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists.
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+2
|
* update uClibc config for nios2Ivan Kuten2007-11-151-0/+6
|
* install ldconfig stuff only if it was built, fix for systems without shared ↵Ivan Kuten2007-11-151-5/+9
| | | | libraries support (nios2)
* Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson2007-10-131-1/+3
| | | | (cross-fingers)
* Add AVR32 support for uclibc-0-9-29Ulf Samuelsson2007-10-125-1/+3721
|
* - propagate mips ISA down to uClibcBernhard Reutner-Fischer2007-09-301-0/+28
|
* - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)Bernhard Reutner-Fischer2007-09-291-5/+5
|
* - add mips/mipsel target architecture selectionBernhard Reutner-Fischer2007-09-291-3/+19
| | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
* Removed uclibc source dependency on host-sedUlf Samuelsson2007-09-281-1/+1
|
* No reliance on dirs in uClibcUlf Samuelsson2007-09-281-1/+1
|
* Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵Ulf Samuelsson2007-09-281-3/+2
| | | | uclibc-update to avoid overwriting board support file
* Add administration for linux,uclibc and mainUlf Samuelsson2007-09-281-6/+7
|
* Remove softfp patch from uClibc, ARM softfloat, did not complete anywayUlf Samuelsson2007-09-271-9149/+0
|
* - fix ARM ABI propagationBernhard Reutner-Fischer2007-09-271-0/+1
|
* Additional management of uclibcUlf Samuelsson2007-09-271-0/+3
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-4/+3
| | | | gcc target abi back to a place where the other arch-specific settings live
* Ensure soft-fp patch is truly localUlf Samuelsson2007-09-261-3/+3
|
* reinstate AVR32 toolchainUlf Samuelsson2007-09-261-2/+2
|
* Remove -lgcc, did no good anywayUlf Samuelsson2007-09-251-10/+1
|
* Add soft-fp part of gcclib to uClibc to allow ARM softfloat to completeUlf Samuelsson2007-09-251-0/+9158
|
* - Schedule removal of ancient versions (configuration part).Bernhard Reutner-Fischer2007-09-251-5/+0
|
* - remove one invariant in toolchain type selection.Bernhard Reutner-Fischer2007-09-251-2/+2
|
* - do not enable LEGACY stuff in the *sample* configBernhard Reutner-Fischer2007-09-242-2/+2
|
* - rename the gcc base_target to the more appropriate term cross_compilerBernhard Reutner-Fischer2007-09-221-3/+3
|
* - default to 0.9.29Bernhard Reutner-Fischer2007-09-221-1/+1
|
* Remove some debug info + add uclibc-target-utils-source targetUlf Samuelsson2007-09-171-0/+2
|
* - some more sparc{,64} twiddlingBernhard Reutner-Fischer2007-09-151-2/+12
|
* - add sequence-point for toplevel parallel builds: uClibc needs an initial gccBernhard Reutner-Fischer2007-09-011-2/+1
|
* - uclibc-configured has to depend on kernel-headersBernhard Reutner-Fischer2007-08-291-1/+1
|
* - misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-281-14/+22
|