mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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. (From OE-Core rev: e625a25c473948d8c97eae5be9914f608f6a95bf) Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8c69f7d56c
commit
28344dfed4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user