[git commit prelink 1/1] Config: default ia32 to i486

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Nov 28 19:50:38 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=157400bfd96564424fc932e289cff99578e166b9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

NPTL requires i486 on ia32 since i386 doesn't provide required lll

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/Configs/Config.i386 |    2 +-
 extra/Configs/Config.in   |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index 850ab8e..288aa5e 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -15,7 +15,7 @@ config FORCE_OPTIONS_FOR_ARCH
 
 choice
 	prompt "Target x86 Processor Family"
-	default CONFIG_GENERIC_386
+	default CONFIG_486
 	help
 	  This is the processor type of your CPU. This information is used for
 	  optimizing purposes.  To build a library that will run on all x86 CPU
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 2e7b15e..aa459e0 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -454,6 +454,8 @@ config UCLIBC_HAS_THREADS_NATIVE
 	select UCLIBC_HAS_STDIO_FUTEXES
 	# NPTL local:
 	select EXTRA_WARNINGS
+	# i386 has no lowlevellock support (yet) as opposed to i486 onward
+	depends on !CONFIG_386
 	help
 	  If you want to compile uClibc with NPTL support, then answer Y.
 
-- 
1.7.2.2



More information about the uClibc-cvs mailing list