Simplify x86 target architecture variant handling
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Jul 2012 19:12:59 +0000 (21:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 Jul 2012 22:00:29 +0000 (00:00 +0200)
commit2ff012b3c70ea41cc6f241426320d1b168985f79
tree495c86c2dfc0854afdcfd7c8732e878ea1dbf341
parent58a62766a1869c913845a649890855515aebb016
Simplify x86 target architecture variant handling

Instead of having two separate list of choices for select the target
architecture variant for i386 and x86_64, with many CPU choices
duplicated (because all modern x86 CPUs can be both used as i386 or
x86_64), merge them into a single list. In the x86_64 case, all the
x86 CPUs that do not support the 64 bits instruction set are hidden.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
target/Config.in.arch
toolchain/gcc/Config.in