From: Aleksandr Koltsoff <czr@iki.fi>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] armv5te mentioned twice on eabi-capable list
Date: Wed, 16 Sep 2009 13:19:14 +0300 [thread overview]
Message-ID: <4AB0BBA2.8030607@iki.fi> (raw)
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
(My first patch generated with git, please be gentle :-).
armv5te is mentioned twice in the arm_eabi_supporting_arches list of
sane-toolchain.inc. Remove the latter occurance.
ak.
[-- Attachment #2: 0001-fix-armv5te-mentioned-twice-in-the-eabi-capable-list.patch --]
[-- Type: text/x-diff, Size: 942 bytes --]
From 0776995c4668d744ff96397639ac646fc4b5133c Mon Sep 17 00:00:00 2001
From: Aleksandr Koltsoff <czr@iki.fi>
Date: Wed, 16 Sep 2009 13:12:05 +0300
Subject: [PATCH] fix armv5te mentioned twice in the eabi-capable list
---
conf/distro/include/sane-toolchain.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index e2c6740..d0bb8bc 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -157,7 +157,7 @@ def detect_arm_abi (d):
def compute_os_portion_of_target_triplet (d):
import bb
arm_eabi_supporting_arches = "armv6 armv6-novfp \
- armv5te iwmmxt armv7a armv7 armv6 armv5teb armv5te armv4t"
+ armv5te iwmmxt armv7a armv7 armv6 armv5teb armv4t"
ppc_spe_supporting_arches = "ppce500v2 ppce500"
if bb.data.getVar("LIBC", d, 1) == "uclibc":
--
1.6.4
next reply other threads:[~2009-09-16 10:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-16 10:19 Aleksandr Koltsoff [this message]
2009-09-16 12:48 ` [PATCH] armv5te mentioned twice on eabi-capable list Cliff Brake
2009-09-16 18:17 ` Koen Kooi
2009-09-17 0:55 ` Denys Dmytriyenko
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=4AB0BBA2.8030607@iki.fi \
--to=czr@iki.fi \
--cc=openembedded-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.