From 6cb4814c87cb1282b4a1d35e73743e8dd1b12ec5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 17 Apr 2016 23:31:34 +0200 Subject: arch/x86: remove support for i386 The Linux kernel doesn't even support i386 anymore, there is no NPTL support for i386 and uClibc-ng only supports NPTL on x86, so there is essentially no usable thread implementation. Most likely glibc and musl also don't support i386 either. So it's time to remove the support for this architecture variant. Signed-off-by: Thomas Petazzoni Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- .defconfig | 1 - 1 file changed, 1 deletion(-) (limited to '.defconfig') diff --git a/.defconfig b/.defconfig index 585be557d4..037647e223 100644 --- a/.defconfig +++ b/.defconfig @@ -19,7 +19,6 @@ BR2_i386=y # BR2_sparc is not set # BR2_sparc64 is not set # BR2_x86_64 is not set -# BR2_x86_i386 is not set # BR2_x86_i486 is not set # BR2_x86_i586 is not set BR2_x86_i686=y -- cgit v1.2.1