From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 01/14] Add x86_64 variants to BR2_GCC_TARGET_ARCH
Date: Mon, 16 Jan 2012 09:40:33 +0100 [thread overview]
Message-ID: <201201160940.34437.arnout@mind.be> (raw)
In-Reply-To: <f9dc6aa657ca5df40d228684611ae8ee5fb1b360.1325622133.git.thomas.petazzoni@free-electrons.com>
On Tuesday 03 January 2012 21:22:42 Thomas Petazzoni wrote:
> With the Sourcery CodeBench IA32/AMD64 toolchain, the proper -march=
> switch must be passed. So, on x86_64, we make sure that
> BR2_GCC_TARGET_ARCH gets defined to the correct value, just as we do
> on x86.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This one will be useful for me even for buildroot-built toolchains...
Regards,
Arnout
> ---
> target/Config.in.arch | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/target/Config.in.arch b/target/Config.in.arch
> index 5e9fad4..7faa010 100644
> --- a/target/Config.in.arch
> +++ b/target/Config.in.arch
> @@ -659,6 +659,11 @@ config BR2_GCC_TARGET_ARCH
> default athlon-4 if BR2_x86_athlon_4
> default winchip-c6 if BR2_x86_winchip_c6
> default winchip2 if BR2_x86_winchip2
> + default nocona if BR2_x86_64_nocona
> + default core2 if BR2_x86_64_core2
> + default k8 if BR2_x86_64_opteron
> + default k8-sse3 if BR2_x86_64_opteron_sse3
> + default barcelona if BR2_x86_64_barcelona
> default c3 if BR2_x86_c3
> default c3-2 if BR2_x86_c32
> default geode if BR2_x86_geode
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2012-01-16 8:40 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-03 20:22 [Buildroot] [pull request] Pull request for branch for-2012.02/ext-toolchain-updates Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 01/14] Add x86_64 variants to BR2_GCC_TARGET_ARCH Thomas Petazzoni
2012-01-16 8:40 ` Arnout Vandecappelle [this message]
2012-01-03 20:22 ` [Buildroot] [PATCH 02/14] Add the Atom processor in the list of supported x86/x86_64 processors Thomas Petazzoni
2012-01-04 8:44 ` Peter Korsgaard
2012-01-04 8:50 ` Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 03/14] Improve external toolchain logic to support IA32 Sourcery CodeBench toolchain Thomas Petazzoni
2012-01-04 7:48 ` Thomas De Schampheleire
2012-01-04 8:21 ` Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 04/14] Support multilib variants in sub-subdirectories Thomas Petazzoni
2012-01-04 7:55 ` Thomas De Schampheleire
2012-01-04 8:24 ` Thomas Petazzoni
2012-01-04 8:37 ` Thomas De Schampheleire
2012-01-03 20:22 ` [Buildroot] [PATCH 05/14] Expand external toolchain wrapper to custom flags Thomas Petazzoni
2012-01-24 5:28 ` Baruch Siach
2012-01-03 20:22 ` [Buildroot] [PATCH 06/14] external-toolchain: remove 2009q1 ARM Sourcery toolchain Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 07/14] external-toolchain: add Sourcery CodeBench ARM 2011.09 Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 08/14] external-toolchain: bump MIPS 2011.03 from -93 to -110 Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 09/14] external-toolchain: add Sourcery CodeBench PowerPC 2011.03 Thomas Petazzoni
2012-01-04 8:09 ` Thomas De Schampheleire
2012-01-04 8:24 ` Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 10/14] external-toolchain: add Sourcery CodeBench x86/x86_64 2011.09 Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 11/14] external-toolchain: Blackfin.uclinux.org 2011R1-RC4 Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 12/14] external-toolchain: details on selecting the multilib variants Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 13/14] external-toolchain: run checks even on extracted toolchains Thomas Petazzoni
2012-01-03 20:22 ` [Buildroot] [PATCH 14/14] external-toolchain: adjust check for uClibc static toolchains Thomas Petazzoni
2012-01-04 8:16 ` [Buildroot] [pull request] Pull request for branch for-2012.02/ext-toolchain-updates Thomas De Schampheleire
2012-01-16 8:42 ` Arnout Vandecappelle
2012-01-16 17:22 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201201160940.34437.arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox