summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/uclibc.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* toolchain: sh64 fixesPeter Korsgaard2009-01-131-2/+2
| | | | | | | - arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now.
* toolchain/uclibc: fix sparc SED handling of _V9 / _V9BPeter Korsgaard2009-01-121-1/+1
|
* toolchain/uclibc: propagate mips mips32r2 variant setting to uclibcPeter Korsgaard2009-01-121-2/+3
| | | | 0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
* Remove whitespace damage in uclibc.mkUlf Samuelsson2009-01-021-1/+0
|
* toolchain/uclibc: fix typoPeter Korsgaard2008-12-231-1/+1
|
* toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED optionPeter Korsgaard2008-12-231-4/+6
| | | | | | | Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree.
* toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* uClibc: add uClibc 0.9.30 to kconfig and MakefileHans-Christian Egtvedt2008-12-011-1/+4
| | | | | | | | This patch adds uClibc versino 0.9.30 to the list of selectable versions. The version identification for snapshot is also updated to reflect 0.9.30. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* toolchain/uclibc: brown paper bag fix for r23746Peter Korsgaard2008-10-201-6/+3
| | | | | So much for doing one more "obvious" fix before going home - Sorry everyone.
* toolchain/uclibc: only use make install_headers for 0.9.29+Peter Korsgaard2008-10-201-0/+4
| | | | | | 0.9.28.3 doesn't have install_headers, so use install_dev there. Got broken by r23561.
* uclibc: fix path to ARCH_CFLAGS when compiling the test suiteHans-Christian Egtvedt2008-10-071-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* uclibc: add kconfig option and make stuff for installing the uClibc test suiteHans-Christian Egtvedt2008-10-071-4/+29
| | | | | | | | | | | This patch adds the possibility to install the uClibc test suite to the target file system. This is useful if you need to debug or test your uClibc. The option is defaulted to no, and is not needed for a normal running Linux system. The test suite is installed to /root/uClibc Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* uclibc: install headers after building headers in configure partHans-Christian Egtvedt2008-09-301-1/+1
| | | | | | | | | | | | This patch will run "make headers install_headers" instead of the old "make headers install_dev". The latter requires a cross compiler available in uClibc versions > 0.9.29, and the cross compiler is not available at the configuration time of uClibc. Spotted and fixed by Bernhard Fischer. Tested-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-10/+10
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-041-2/+8
| | | | locations for prepatched toolchain to be under the toolchain directory
* 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.29: handle powerpc subarch selectionPeter Korsgaard2008-05-311-0/+9
|
* uClibc: use .patch.$ARCH naming conventionPeter Korsgaard2008-04-241-2/+5
|
* * Added uclibc snapshot config, differes from the stable and kept asking ↵Nigel Kukard2008-04-171-0/+17
| | | | | | 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
|
* Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"2008-02-281-1/+1
| | | | | | | | | 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)
* - 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
|
* - 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
* reinstate AVR32 toolchainUlf Samuelsson2007-09-261-2/+2
|
* - remove one invariant in toolchain type selection.Bernhard Reutner-Fischer2007-09-251-2/+2
|
* - rename the gcc base_target to the more appropriate term cross_compilerBernhard Reutner-Fischer2007-09-221-3/+3
|
* 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
|
* - improve handling of sh (fgretief) for bug #1446Bernhard Reutner-Fischer2007-08-261-1/+33
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-21/+21
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-3/+3
| | | | toolchain/*/*.mk */Makefile.in -l)
* - SH endian setting (fgretief in bug #1446)Bernhard Reutner-Fischer2007-08-211-0/+2
|