summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch11
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
37 extra_options="${extra_options} rs6000/sysv4.opt" 37 extra_options="${extra_options} rs6000/sysv4.opt"
38 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" 38 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
39 case ${target} in 39 case ${target} in
40Index: gcc-4.9.3/gcc/config/rs6000/linuxspe.h
41===================================================================
42--- gcc-4.9.3.orig/gcc/config/rs6000/linuxspe.h
43+++ gcc-4.9.3/gcc/config/rs6000/linuxspe.h
44@@ -27,6 +27,3 @@
45 #undef TARGET_DEFAULT
46 #define TARGET_DEFAULT MASK_STRICT_ALIGN
47 #endif
48-
49-#undef ASM_DEFAULT_SPEC
50-#define ASM_DEFAULT_SPEC "-mppc -mspe -me500"
40-- 51--
411.7.9.5 521.7.9.5
42 53