Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic support for the Blackfin architecture | Thomas Petazzoni | 2010-04-07 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | For uClibc, the name of the Blackfin architecture is 'bfin'. Actually, the naming of the architecture is quite messy: for toolchain tuples and uClibc, it's bfin, but for the kernel, it's blackfin. We've arbitraly choosen to name it "blackfin" in Crosstool-NG. Add Blackfin-related uClibc patch to fix a build failure related to fork() being used in unistd/daemon.c. Yann E. MORIN: Apply the patch to the kernel/linux build script to use 'linux' in the noMMU tuples. See: http://sourceware.org/ml/crossgcc/2010-04/msg00010.html | ||||
* | Fix the uClibc clean-up-O_CLOEXEC-handling patch | Thomas Petazzoni | 2010-04-07 | 1 | -1/+1 |
| | | | | | In the Blackfin case (untested until now), this patch was lacking a leading / at the end of a comment. | ||||
* | libc/uClibc: vampirise patches for 0.9.30.2 from builroot | Yann E. MORIN" | 2010-02-28 | 14 | -0/+1215 |
| | | | | | | Commit in upstream buildroot: http://git.buildroot.org/buildroot/commit/?id=43ffd946ad569f3a1d0662de221cd4cb65bdc8e6 Everything on the 0_9_30 branch since the release (0.9.30.3 to be) | ||||
* | libc/uClibc: rename patches for 0.9.30.2 | Yann E. MORIN" | 2010-01-15 | 2 | -0/+0 |
| | |||||
* | Port uClibc patches to 0.9.30.2 | Joachim Nilsson | 2010-01-14 | 5 | -0/+370 |
Some patches from 0.9.30.1 now applied upstream. The reminder have been only slightly modified to apply cleanly to the new base. Signed-off-by: Joachim Nilsson <jocke@vmlinux.org> |