summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc-fixes' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2010-07-085-13/+13
|\
| * GETPT support is needed by rxvt.Darius Augulis2010-07-072-2/+2
| * Update all packages to quote $(TARGET_CC)Thomas Petazzoni2010-07-071-2/+2
| * external-toolchain: adjust tests on TARGET_CC and TARGET_CXXThomas Petazzoni2010-07-071-7/+9
| * Rework sysroot option handlingThomas Petazzoni2010-07-071-2/+0
* | uClibc: workaround 0.9.31 / GCC PR32219 issue with static linkingPeter Korsgaard2010-07-062-0/+97
|/
* external-toolchain: hardcode the destination directory for a libraryThomas Petazzoni2010-07-061-13/+17
* external-toolchain: handle libstdc++/libgcc_s for BR toolchainsThomas Petazzoni2010-07-061-1/+10
* uclibc: add patch to fix fcntl64() on 64 bits targetsThomas Petazzoni2010-07-061-0/+34
* external-toolchain: recognize uClibc 64 bits toolchainsThomas Petazzoni2010-07-061-1/+1
* external-toolchain: mention MIPS and PowerPC CodeSourcery toolchainsThomas Petazzoni2010-07-061-1/+3
* external-toolchain: create lib64 symlinks if neededThomas Petazzoni2010-07-061-0/+17
* external-toolchain: support 64 bits glibc toolchainsThomas Petazzoni2010-07-061-1/+1
* external-toolchain: only copy existing directories of the sysrootThomas Petazzoni2010-07-061-1/+3
* ext-toolchain: Fix ARCH_SYSROOT detectionThomas Petazzoni2010-07-061-9/+9
* ext-toolchains: take into account other Glibc dynamic loader variantsThomas Petazzoni2010-07-061-6/+4
* kernel-headers: bump 2.6.31-34 stable versionsPeter Korsgaard2010-07-065-4/+4
* toolchain: remove unused special detection of old toolchainsPeter Korsgaard2010-07-022-35/+1
* check-host-sed.sh: use mktemp for temporary filePeter Korsgaard2010-06-211-4/+5
* uClibc: 0.9.31.config: enable UCLIBC_SV4_DEPRECATED optionPeter Korsgaard2010-06-181-1/+1
* toolchain: remove gcc 4.1.2 and non-sysroot supportPeter Korsgaard2010-06-1521-4721/+8
* toolchain/gcc: Use 4.3.x like for 4.4, get rid of older 4.3.x versionsPeter Korsgaard2010-06-151-20/+4
* toolchain: bump gcc 4.3.x series to 4.3.5Gustavo Zacarias2010-06-1513-1/+452
* Fix potentially conflicting build flagsPaul Jones2010-06-151-1/+2
* dependencies.sh: fix CWD in PATH checkNick Leverton2010-06-091-1/+1
* kernel-headers: add 2.6.34Peter Korsgaard2010-06-012-1/+64
* kernel-headers: bump 2.6.32.x stable versionPeter Korsgaard2010-06-012-1/+1
* external toolchain: also copy the libthread_db.so for gdbserverYann E. MORIN2010-05-281-0/+3
* toolchain/external: only copy the pthread lib if neededYann E. MORIN2010-05-281-1/+5
* kernel-headers: bump 2.6.27.x / 2.6.32.x / 2.6.33.x stable versionsPeter Korsgaard2010-05-273-3/+3
* Merge branch 'dependencies-fixes' of git://git.busybox.net/~tpetazzoni/git/bu...Peter Korsgaard2010-05-271-4/+19
|\
| * dependencies: check that . is not in the PATHThomas Petazzoni2010-05-221-0/+15
| * dependencies: fix tests on LD_LIBRARY_PATHThomas Petazzoni2010-05-221-4/+4
* | uClibc: 0.9.31 defconfig: disable FORCE_SHAREABLE_TEXT_SEGMENTSPeter Korsgaard2010-05-271-1/+1
* | Improve gettext integrationThomas Petazzoni2010-05-241-5/+12
|/
* external toolchain: check BR2_INSTALL_LIBSTDCPPThomas Petazzoni2010-05-201-0/+12
* Add a BR2_NEEDS_GETTEXT optionThomas Petazzoni2010-05-201-0/+8
* kernel-headers: bump 2.6.32.x / 2.6.33.x stable versionsPeter Korsgaard2010-05-163-2/+2
* libxcb: fix path to Python modulesThomas Petazzoni2010-05-071-1/+1
* check-host-sed.sh: add missing shebang linePeter Korsgaard2010-05-061-0/+2
* ccache: fix ccache-target dependenciesPeter Korsgaard2010-05-031-0/+1
* toolchain/gdb: get rid of 6.4 / 6.5Peter Korsgaard2010-05-0311-472/+0
* uclibc: make sure the default configuration doesn't ask questionsThomas Petazzoni2010-05-022-1/+4
* uClibc: add UCLIBC_HAS_NFTW to default configurationThomas Petazzoni2010-05-021-1/+1
* toolchain/gcc: bump 4.4.x version to 4.4.4Peter Korsgaard2010-05-026-1/+1
* Fix GDB BFD test linkingPaulius Zaleckas2010-05-011-0/+2
* toolchain/gdb: Add GDB 7.0.1 and 7.1 supportPaulius Zaleckas2010-05-011-0/+10
* kernel-headers: bump 2.6.32.x / 2.6.33.x stable versionsPeter Korsgaard2010-04-263-2/+2
* Merge branch 'codesourcery-toolchain-support' of git://git.busybox.net/~tpeta...Peter Korsgaard2010-04-211-19/+90
|\
| * external-toolchain: Support for multilib toolchainsThomas Petazzoni2010-04-171-11/+79