diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-03-14 17:51:25 +0530 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-03-14 22:27:19 +0100 |
commit | 4798e77cdb88c6dd0bb5cb39d5ee41ef99d9215d (patch) | |
tree | f5089d43e3cfa5d46dc34b5012a1c9b27d8e52ec /extra | |
parent | 833820e6e29806cc2ac59583e87a8931f6ad9a5e (diff) |
libpthread: linuxthreads.old: Allow building for no-legacy-syscalls ABI
Since NPTL port to an ARCH can be non-trivial, we must allow the legacy
pthread lib to be built for the common-generic syscall ABI
Note that only linuxthreads.old is allowed, since "newer" linuxthreads
relies on sysctl which the ABI no longer provides.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index bad8cf16e..89b3dd433 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -490,7 +490,6 @@ config HAS_NO_THREADS config LINUXTHREADS_OLD bool "older (stable) version of linuxthreads" - depends on ARCH_HAS_DEPRECATED_SYSCALLS # linuxthreads and linuxthreads.old need nanosleep() select UCLIBC_HAS_REALTIME help |