diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-27 23:47:24 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-28 01:23:34 +0200 |
commit | b1f536966b8cae68098d94dbe372fa5054440adb (patch) | |
tree | 491b2045d51efe79c3cff442ea532aca68dd522f /samples/m68k-unknown-uclinux-uclibc | |
parent | 85622fdd499e48deaab5a37484aa4f6f83520d94 (diff) | |
download | crosstool-ng-b1f536966b8cae68098d94dbe372fa5054440adb.tar.gz crosstool-ng-b1f536966b8cae68098d94dbe372fa5054440adb.tar.bz2 crosstool-ng-b1f536966b8cae68098d94dbe372fa5054440adb.zip |
libc: rename the threads options
Use a more coherent naming for the options. This will help commonalise
the native case (e.g. NPTL on Linux, win32 on Windows), and add alternate
implementations (e.g. musl.)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'samples/m68k-unknown-uclinux-uclibc')
-rw-r--r-- | samples/m68k-unknown-uclinux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/m68k-unknown-uclinux-uclibc/crosstool.config b/samples/m68k-unknown-uclinux-uclibc/crosstool.config index 6dd27ca7..c83e3b7d 100644 --- a/samples/m68k-unknown-uclinux-uclibc/crosstool.config +++ b/samples/m68k-unknown-uclinux-uclibc/crosstool.config @@ -7,4 +7,4 @@ CT_KERNEL_linux=y CT_KERNEL_V_3_5=y CT_BINUTILS_V_2_21_1a=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" -CT_THREADS_LINUXTHREADS=y +CT_THREADS_LT=y |