summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Expand)AuthorAgeFilesLines
* - put the full kernel's sources into build_/, install them into toolchain_bui...Bernhard Reutner-Fischer2006-12-181-2/+2
* - s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/gBernhard Reutner-Fischer2006-12-151-6/+7
* - Only care about the locale stuff if we have locale in the first place.Bernhard Reutner-Fischer2006-12-151-2/+9
* Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and ...Bernhard Reutner-Fischer2006-12-141-1/+9
* - prerequisites are evaluated immediately, so move the dl rule down below set...Bernhard Reutner-Fischer2006-12-141-3/+2
* don't error out when asm-generic is absentEric Andersen2006-12-141-6/+12
* - convert mudflap to non-legacy SUSv3Bernhard Reutner-Fischer2006-12-131-0/+49
* - Pass the correct compiler when building the target binutils.Bernhard Reutner-Fischer2006-12-131-0/+1
* - Build binutils with sysroot support.Bernhard Reutner-Fischer2006-12-131-1/+3
* - pass the correct CC down to gcc-version.shBernhard Reutner-Fischer2006-12-131-1/+3
* - sh[234][[:alnum:]]* -> shBernhard Reutner-Fischer2006-12-131-1/+2
* install include/asm-generic if it is presentEric Andersen2006-12-131-0/+6
* use a more sensible naming schemeEric Andersen2006-12-132-1/+1
* Patch in the version agnostic fix_includes in the older uClibc 0.9.28Eric Andersen2006-12-131-23/+316
* another typoEric Andersen2006-12-131-1/+2
* oops, typoEric Andersen2006-12-131-17/+17
* update ordering, automagically handle x86 subtypesEric Andersen2006-12-131-10/+43
* split things up so this is not an unreadable messEric Andersen2006-12-134-202/+236
* - spelling fixBernhard Reutner-Fischer2006-12-131-5/+5
* fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGSEric Andersen2006-12-131-8/+8
* add checks for when people have foolishly set things in their enviromentEric Andersen2006-12-131-9/+59
* fix a few little glitches I left in here the other dayEric Andersen2006-12-132-2/+3
* - workaround vi's syntax highlightingBernhard Reutner-Fischer2006-12-121-4/+6
* update uClibc config settings and update installation of kernel headersEric Andersen2006-12-125-39/+285
* - revert r16800.Bernhard Reutner-Fischer2006-12-101-1/+1
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-082-11/+11
* - The sysroot requires an existing argument, so make sure that we did configureBernhard Reutner-Fischer2006-12-071-1/+1
* Update to newer snapshot."Steven J. Hill"2006-12-071-1/+1
* - re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in cbd...Bernhard Reutner-Fischer2006-12-041-0/+35
* ver bumpMike Frysinger2006-12-025-0/+265
* - provide a 'make uclibc-config' target to make target specific configuration...Bernhard Reutner-Fischer2006-12-021-1/+14
* - bump non-sanitized version to 2.6.19Bernhard Reutner-Fischer2006-12-022-12/+11
* For GCC 4.2 snapshots, we need to get the actual version from the BASE-VER fi..."Steven J. Hill"2006-12-021-1/+6
* - move check for which(1) before it's first useBernhard Reutner-Fischer2006-11-291-21/+21
* ver bumpMike Frysinger2006-11-285-0/+265
* - fix parsing the gcc version. Also look at the HOSTCC's version rather than ...Bernhard Reutner-Fischer2006-11-282-3/+3
* - bump versionBernhard Reutner-Fischer2006-11-221-2/+2
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-175-11/+22
* Make sure libgcc_s.so.1 and friends always gets installed in TARGET_DIR.Peter Korsgaard2006-11-161-2/+4
* Fix missing libgcc_s.so.1 with BR2_GCC_SHARED_LIBGCCPeter Korsgaard2006-10-261-4/+3
* 2.17.50.0.6 ver bumpMike Frysinger2006-10-216-0/+308
* update defaultsEric Andersen2006-10-172-2/+2
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-172-4/+6
* - normalize KERNEL_ARCH via sedBernhard Reutner-Fischer2006-10-111-1/+6
* - we need to pass ARCH to the kernel; The kernel does not have a table toBernhard Reutner-Fischer2006-10-091-1/+4
* - use headers_install for full kernel tarballs used as kernel-headersBernhard Reutner-Fischer2006-10-091-5/+30
* add a know to enable/disable building a shared libgccEric Andersen2006-10-022-4/+16
* kill the separate 'uClibc.config-locale' file, which was generally left unmai...Eric Andersen2006-10-022-190/+3
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer2006-10-011-1/+1
* tidy upMike Frysinger2006-09-3010-48/+40