summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-061.6: close branch1.6Yann E. MORIN"0-0/+0
2010-04-221.6: update version to 1.6.2+hgYann E. MORIN"1-1/+1
2010-04-22Tagging release 1.6.2Yann E. MORIN"1-0/+1
2010-04-221.6: update version to 1.6.2crosstool-ng-1.6.2Yann E. MORIN"1-1/+1
2010-04-20cc/gcc: fix cc symlink when executables have an extensionRemy Bohmer1-2/+8
When building a cross-compiler for a host which depends on file extensions the symlink for cc was not installed correctly Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> [Yann E. MORIN: style fixes, enhancements, code prettying] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 214c64ba8b21db15f610eca886fb194a6675e40c)
2010-04-09libc/newlib: the m68k processor does not like unalignedRemy Bohmer1-0/+23
Disable unaligned access at least for mcpu32, m68010 and m68020. These processors certainly do not like unaligned accesses. Signed-off-by: Remy Bohmer <linux@bohmer.net> (transplanted from faade25219ed565993b7b26357991d3130697515)
2010-04-10complibs/mpfr: fix extractYann E. MORIN"1-1/+1
With MPFR 2.4.2, autoreconf needs to be run as well. (transplanted from b376baa43a50e178915f8d5dac40d9408bf2e962)
2010-03-30libc/glibc: add patch to ports-2.9 to fix sjlj from ARM FPUYann E. MORIN"1-0/+30
As discussed there: http://sourceware.org/bugzilla/show_bug.cgi?id=9678#c4 Reported by: Sasha Sirotkin <buildroot@browserseal.com> (transplanted from dfc2b3e07ea6ea0761fb91df7c3c7fcdc718cc5f)
2010-03-26scripts/populate: fix handling the forced libraries list-fileYann E. MORIN"1-3/+1
If a list-file is used, then each library in the file will be handled twice (not a real issue, as the second iteration will find the library already present, just avoid doing the job twice). (transplanted from 7fec5db8933cb296c665b8526f27a779aa0c0c7a)
2010-03-20cc/gcc: fix building for powerpc for the 4.4.x seriesYann E. MORIN"4-0/+540
Reported by: Thomas Petazzoni http://sourceware.org/ml/crossgcc/2010-03/msg00057.html Discussions: http://lists.uclibc.org/pipermail/uclibc/2010-March/043697.html http://lists.uclibc.org/pipermail/buildroot/2010-March/032790.html http://ibot.rikers.org/%23uclibc/20100316.html.gz (search for "copysignl", by kos_tom, blindvt and y_morin) (transplanted from 76b1923da63d2e3b8e9010b6138e33f6a99720a8)
2010-03-16debug/gdb: fix building the native ticYann E. MORIN"1-1/+1
The native 'tic' will _always_ be run on the build machine, so no need to handle canadian/native/... Reported by: Trevor Woerner http://sourceware.org/ml/crossgcc/2010-03/msg00055.html
2010-03-141.6: update version to 1.6.1+hgYann E. MORIN"1-1/+1
2010-03-14Tagging release 1.6.1Yann E. MORIN"1-0/+1
2010-03-141.6: update version to 1.6.1crosstool-ng-1.6.1Yann E. MORIN"1-1/+1
2010-03-11samples: update and fixYann E. MORIN"33-420/+346
2010-03-05scripts: fix completion to show samplesYann E. MORIN"1-1/+3
(transplanted from bf1f86bdd79fd20126d20795f425f603a5544952)
2010-03-09libc/glibc: add patch to fix binutils version checkYann E. MORIN"1-0/+20
Older glibces were not ready to handle binutils >=2.20. Fix that, and the forseeable future. (transplanted from 9804e6b75fd31894ee176809f108d41a5b0cbf8b)
2010-03-07debug/ltrace: properly fix building for powerpcYann E. MORIN"1-8/+4
ltrace uses ppc, whereas crosstool-NG use powerpc. Fix that by passing the correct value to HOST when calling configure. (transplanted from 57c71b197ee6ee6f0d551c4f9001f1d06ad2bd8a)
2010-03-06debug/ltrace: fix building on x86Yann E. MORIN"1-3/+10
ltrace uses i386 and x86_64, whereas crosstool-NG use x86 for both cases. Fix that by detecting what bitness we're building for, and pass appropriate i386 or x86_64 to ltrace's configure. (transplanted from 55adc838cd68d3692e5eeeb38afb3d619b8b0c1a)
2010-02-02scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"1-3/+3
(transplanted from 26974c3670fdb7f6896b196e08724f91f1a13059)
2010-02-07scripts/showsamples: fix non-POSIX constructYann E. MORIN"1-1/+1
(transplanted from da584d1d6ab803c0a2f7a9b53912426b69a8d322)
2010-01-311.6: bump version to 1.6.0+hgYann E. MORIN"1-1/+1
2010-01-31Tagging release 1.6.0Yann E. MORIN"1-0/+1
2010-01-311.6: create maintenance branch, update version to 1.6.0crosstool-ng-1.6.0Yann E. MORIN"1-1/+1
2010-01-31samples: update samplesYann E. MORIN"44-3451/+1185
Update to the latest set of config options (no config change). Remove OABI ARM samples.
2010-01-31kernel/linux: add latest versions, remove old dot-releasesYann E. MORIN"1-106/+26
2010-01-31scripts: dump the current tuple with show-configYann E. MORIN"2-1/+4
2010-01-31scripts: add action to dump current configuration in humane-readable formYann E. MORIN"3-9/+21
2010-01-31libc/uClibc: remove EXPERIMENTAL for 0.9.30.2Yann E. MORIN"1-2/+1
2010-01-31debiug/ltrace: remove EXPERIMENTAL for 0.5.3, remove 0.5.1Yann E. MORIN"1-7/+1
2010-01-31debug/strace: remove EXPERIMENTAL for 4.5.19Yann E. MORIN"1-2/+1
2010-01-31comp-libs/mpfr: remove EXPERIMENTAL for 2.4.2Yann E. MORIN"1-2/+1
2010-01-31comp-libs/mpc: remove EXPERIMENTAL for 0.8.1Yann E. MORIN"1-2/+1
2010-01-31arch/sh: remove EXPERIMENTALYann E. MORIN"1-1/+0
2010-01-31arch/avr32: remove EXPERIMENTALYann E. MORIN"1-1/+0
2010-01-31libc/newlib: remove EXPERIMENTAL statusYann E. MORIN"1-1/+1
Although this have been only slightly tested, no one has really complained, and it seems to be working fine so far (on AVR32 at least).
2010-01-31cc/gcc: remove 4.3.0Yann E. MORIN"30-1269/+0
gcc-4.3.0 never got !EXPERIMENTAL, and no one either confirmed nor complained.
2010-01-31cc/gcc: remove EXPERIMENTAL for gcc-4.4Yann E. MORIN"1-8/+4
2010-01-31config: rename mirror prompt, update help entryYann E. MORIN"1-4/+1
The mirror is not necessarily on the /LAN/.
2010-01-31config: remove never used/implemented 'ls-lR'Yann E. MORIN"1-15/+0
Use of listing (ls-lR) was never implemented, and never used.
2010-01-31scripts: Do not create backup files when patchingYann E. MORIN"1-1/+1
Some patches may apply with offset and/or fuzz, and would leave .orig files.
2010-01-30libc/glibc: fix retrieving version stringYann E. MORIN"1-2/+5
2010-01-14scripts/functions: add git wrapperYann E. MORIN"1-6/+88
Add a git wrapper to retrieve components from their git tree. Add a git wrapper to create a working copy (in our tarballs dir). Recognise git trees when searching for local copies.
2010-01-12libc/glibc: get the version string from version.hYann E. MORIN"1-2/+5
We can not rely on the user-provided version string (be it via the choice, or manually entered), so fallback to reading version.h, which is both reliable and always present.
2010-01-12scripts/functions: change handling of nochdirYann E. MORIN"6-21/+43
- 'nochdir' must be the first option - have systematic pushd/popd, even if nochdir
2009-12-13libc/glibc: move some options aroundYann E. MORIN"1-28/+28
2010-01-11libc/glibc: get rid of the now obsolete CVS stuffYann E. MORIN"3-95/+34
It's now been a while that glibc switched to git from cvs. Get rid of cvs to download glibc; this will make for a good cleanup before we add git support! :-)
2010-01-30libc/glibc: add 2.11 and 2.11.1Yann E. MORIN"1-0/+12
2010-01-29Merge.Yann E. MORIN"2-11/+0
2010-01-29global: do not offer the renice option, let's the user handle thatYann E. MORIN"2-11/+0
It's broken anyway. Eg.: - user is already niced at 10 - user configures to renice at 5 - breaks because user is not allowed to 'boost' his/her nice value Bette let the user handle the renice with: nice -XX ct-ng 'action'