config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Dec 12 22:18:52 2010 +0100 (2010-12-12)
changeset 2215 bd86485d966a
parent 1877 b579a5cb53d1
child 2447 bb73e7632b54
permissions -rw-r--r--
libc: hide no-thread for those C libraries that do not support it

Building non-threaded glibc has been unsupported for a long time, now:
http://sourceware.org/ml/libc-alpha/2005-08/msg00091.html

As eglibc is a spin-off of glibc: ditto.

So do not offer that possibility in the menuconfig.
Thanks to Thomas Petazzoni for spotting, and helping to solve, the issue!

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 source "config/backend.in"
     2 source "config/global.in"
     3 source "config/target.in"
     4 source "config/toolchain.in"
     5 source "config/kernel.in"
     6 source "config/binutils.in"
     7 source "config/cc.in"
     8 source "config/libc.in"
     9 source "config/debug.in"
    10 source "config/companion_libs.in"
    11 source "config/companion_tools.in"
    12 source "config/test_suite.in"