diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2016-07-15 15:22:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:24:44 +0100 |
commit | e625a25c473948d8c97eae5be9914f608f6a95bf (patch) | |
tree | 380a9891304a045e8dd8841b8a7270b0383455f3 | |
parent | 2a9f4823483b6f5decc6d504858f06f66ab9e06c (diff) | |
download | openembedded-core-e625a25c473948d8c97eae5be9914f608f6a95bf.tar.gz openembedded-core-e625a25c473948d8c97eae5be9914f608f6a95bf.tar.bz2 openembedded-core-e625a25c473948d8c97eae5be9914f608f6a95bf.zip |
gcc, qemuppc: Explicitly disable forcing SPE flags for 4.9
This ports the missing changes from commit: 7a51776a830167e43cbd185505f62f328704e271
from 5.3 to 4.9 so that qemuppc can be compiled.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch b/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch index b98f8ff01d..77fa18aac5 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch +++ b/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch @@ -37,6 +37,17 @@ index cb7a94e..d392c2b 100644 extra_options="${extra_options} rs6000/sysv4.opt" tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" case ${target} in +Index: gcc-4.9.3/gcc/config/rs6000/linuxspe.h +=================================================================== +--- gcc-4.9.3.orig/gcc/config/rs6000/linuxspe.h ++++ gcc-4.9.3/gcc/config/rs6000/linuxspe.h +@@ -27,6 +27,3 @@ + #undef TARGET_DEFAULT + #define TARGET_DEFAULT MASK_STRICT_ALIGN + #endif +- +-#undef ASM_DEFAULT_SPEC +-#define ASM_DEFAULT_SPEC "-mppc -mspe -me500" -- 1.7.9.5 |