diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index a64c4caf00..dc7f458b25 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -40,6 +40,7 @@ EXTRA_OECONF = "\ | |||
40 | ${@get_gcc_mips_plt_setting(bb, d)} \ | 40 | ${@get_gcc_mips_plt_setting(bb, d)} \ |
41 | ${@get_gcc_ppc_plt_settings(bb, d)} \ | 41 | ${@get_gcc_ppc_plt_settings(bb, d)} \ |
42 | ${@get_gcc_multiarch_setting(bb, d)} \ | 42 | ${@get_gcc_multiarch_setting(bb, d)} \ |
43 | --enable-standard-branch-protection \ | ||
43 | " | 44 | " |
44 | 45 | ||
45 | # glibc version is a minimum controlling whether features are enabled. | 46 | # glibc version is a minimum controlling whether features are enabled. |