config/arch/x86.in
author Richard Strand <richard.strand@icomera.com>
Tue Jan 12 21:09:30 2010 +0100 (2010-01-12)
changeset 1727 5f222264bb54
parent 1345 27fec561af53
child 2444 896cb0d36c1a
permissions -rw-r--r--
companion_tools/autoconf: add autoconf tool

Initial version of adding autoconf as a companion tool.

Signed-off-by: Richard Strand <richard.strand@icomera.com>
[yann.morin.1998@anciens.enib.fr: use generic overide tools dir]
[yann.morin.1998@anciens.enib.fr: update menu entries]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 # x86 specific options
     2 
     3 config ARCH_x86
     4     select ARCH_SUPPORTS_32
     5     select ARCH_SUPPORTS_64
     6     select ARCH_DEFAULT_32
     7     select ARCH_USE_MMU
     8     select ARCH_SUPPORT_ARCH
     9     select ARCH_SUPPORT_CPU
    10     select ARCH_SUPPORT_TUNE
    11     help
    12       The x86 architecture, as defined by:
    13         32-bit (ia32) : http://www.intel.com/
    14         64-bit (amd64): http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html