From 88d01dd8618b37c66827b7ff07b6e3e88199c089 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 30 Nov 2011 00:25:22 +0100 Subject: arch: rename the SUPPORT_XXX options First, 'SUPPORT' should be spelled 'SUPPORTS'. Second, 'SUPPORT_XXX' really means 'supports --with-xxx', so rename the affected options accordingly. Update the affected archs to match the new namings. Reported-by: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" --- config/arch/s390.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/arch/s390.in') diff --git a/config/arch/s390.in b/config/arch/s390.in index bdcdf2f5..5bd7e7f2 100644 --- a/config/arch/s390.in +++ b/config/arch/s390.in @@ -6,7 +6,7 @@ ## select ARCH_SUPPORTS_64 ## select ARCH_DEFAULT_32 ## select ARCH_USE_MMU -## select ARCH_SUPPORT_FPU +## select ARCH_SUPPORTS_WITH_FPU ## ## help Defined by IBM in: ## help 32-bit ESA/390 : http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dz9ar008/CCONTENTS -- cgit v1.2.3