diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-07-24 15:21:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:39:50 +0100 |
commit | 951e9caac62a4de576e4003319101e8ff59d72d9 (patch) | |
tree | 7733be438ba41a7527fd1548d51c82b423c8c990 /meta/recipes-devtools/binutils | |
parent | 9921cb0104ea36daf909c110bb6767e5fd307da0 (diff) | |
download | openembedded-core-951e9caac62a4de576e4003319101e8ff59d72d9.tar.gz openembedded-core-951e9caac62a4de576e4003319101e8ff59d72d9.tar.bz2 openembedded-core-951e9caac62a4de576e4003319101e8ff59d72d9.zip |
Add missing Upstream-Status to various patches.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/binutils')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch b/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch index 4ac1a9c981..c95eed6f94 100644 --- a/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch +++ b/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch @@ -5,6 +5,10 @@ the support "-march=" settings, but it was lacking the armv5e setting. This was a simple way to add it, as thumb instructions shouldn't be generated by the compiler anyway. +Upstream-Status: Denied +Upstream maintainer indicated that we should not be using armv5e, even though +it is a legal archicture defined by our gcc. + Signed-off-by: Mark Hatle <mark.hatle@windriver.com> diff -urN binutils-2.22.orig/gas/config/tc-arm.c binutils-2.22/gas/config/tc-arm.c |