diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-30 00:25:22 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-30 00:25:22 +0100 |
commit | 88d01dd8618b37c66827b7ff07b6e3e88199c089 (patch) | |
tree | 5bd774b4eb7a456de3daf078029338c090be7452 /config/arch/x86.in | |
parent | 381366c8b6ea88bbc32716a16581ee6865fd0888 (diff) | |
download | crosstool-ng-88d01dd8618b37c66827b7ff07b6e3e88199c089.tar.gz crosstool-ng-88d01dd8618b37c66827b7ff07b6e3e88199c089.tar.bz2 crosstool-ng-88d01dd8618b37c66827b7ff07b6e3e88199c089.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/arch/x86.in')
-rw-r--r-- | config/arch/x86.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/arch/x86.in b/config/arch/x86.in index c8da2fea..3863c029 100644 --- a/config/arch/x86.in +++ b/config/arch/x86.in @@ -4,9 +4,9 @@ ## select ARCH_SUPPORTS_64 ## select ARCH_DEFAULT_32 ## select ARCH_USE_MMU -## select ARCH_SUPPORT_ARCH -## select ARCH_SUPPORT_CPU -## select ARCH_SUPPORT_TUNE +## select ARCH_SUPPORTS_WITH_ARCH +## select ARCH_SUPPORTS_WITH_CPU +## select ARCH_SUPPORTS_WITH_TUNE ## ## help The x86 architecture, as defined by: ## help 32-bit (ia32) : http://www.intel.com/ |