[Buildroot] [PATCH 02/14] Add the Atom processor in the list of supported x86/x86_64 processors

Peter Korsgaard jacmet at uclibc.org
Wed Jan 4 08:44:09 UTC 2012


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> This allows to easily select the corresponding Atom multilib variant
 Thomas> in the Sourcery CodeBench toolchain.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  target/Config.in.arch |   10 ++++++++++
 Thomas>  1 files changed, 10 insertions(+), 0 deletions(-)

 Thomas> diff --git a/target/Config.in.arch b/target/Config.in.arch
 Thomas> index 7faa010..b5ff694 100644
 Thomas> --- a/target/Config.in.arch
 Thomas> +++ b/target/Config.in.arch
 Thomas> @@ -266,6 +266,8 @@ config BR2_x86_nocona
 Thomas>  	bool "nocona"
 Thomas>  config BR2_x86_core2
 Thomas>  	bool "core2"
 Thomas> +config BR2_x86_atom
 Thomas> +	bool "atom"

Atom support was only added to GCC in 4.5, so please add a comment
mentioning this similar to how we do it for Cortex A8/A9.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list