summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni2010-12-13 17:27:44 +0100
committerPeter Korsgaard2010-12-13 22:26:41 +0100
commit9eaad202f1579630598c160952da4b29e56d5bdb (patch)
tree226dc901ba77cb5ee26b048f080c006e7d3c57b7 /CHANGES
parentltp-testsuite: bump version and use autotargets (diff)
downloadbuildroot-9eaad202f1579630598c160952da4b29e56d5bdb.tar.gz
buildroot-9eaad202f1579630598c160952da4b29e56d5bdb.tar.xz
buildroot-9eaad202f1579630598c160952da4b29e56d5bdb.zip
toolchain: rework thread options
The selection of linuxthreads, linuxthreads old or NPTL doesn't make a lot of sense for external toolchains. So, instead, we : * Introduce an hidden BR2_TOOLCHAIN_HAS_THREADS option, which must be selected by toolchain specific options when thread support is available. Package needing to test thread support should use this option. * Move the none/linuxthreads/linuxthreads old/NPTL selection to Buildroot internal toolchain configuration. * Add an option in external toolchain to tell if thread support is available or not in the external toolchain. We assume that glibc without threads is not possible, as Ulrich Drepper said in http://sourceware.org/ml/libc-alpha/2005-08/msg00091.html ffmpeg, dmalloc and openvpn are fixed to use the new BR2_TOOLCHAIN_HAS_THREADS option. For openvpn, --enable-threads=posix is no longer used, as the configure script doesn't even understand this option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index ab6eabca2..2d3bbb60b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,10 +3,11 @@
Ccache support reworked. Now used for both host and target
compilation, and cache is stored in ~/.buildroot-ccache.
- Updated/fixed packages: at, busybox, bzip2, direcfb-examples,
- dbus, cloop, cups, gdk-pixbuf, hostapd, i2c-tools, libconfig,
- ltp-testsuite, m4, openssh, openssl, pango, qt, rsync,
- sdl_gfx, sdl_sound, udev, usbutils, xz, zlib
+ Updated/fixed packages: at, busybox, bzip2, dbus,
+ direcfb-examples, dmalloc, cloop, cups, ffmpeg, gdk-pixbuf,
+ hostapd, i2c-tools, libconfig, ltp-testsuite, m4, openssh,
+ openssl, openvpn, pango, qt, rsync, sdl_gfx, sdl_sound, udev,
+ usbutils, xz, zlib
New packages: dhrystone, fbgrab, lsuio, rsh-redone, whetstone