summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-common.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc
index 96334e54b4..89273a7745 100644
--- a/meta/recipes-devtools/gcc/gcc-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-common.inc
@@ -41,13 +41,6 @@ def get_gcc_ppc_plt_settings(bb, d):
41 return "--enable-secureplt" 41 return "--enable-secureplt"
42 return "" 42 return ""
43 43
44def get_long_double_setting(bb, d):
45 if d.getVar('TRANSLATED_TARGET_ARCH') in [ 'powerpc', 'powerpc64' ] and d.getVar('TCLIBC') in [ 'glibc' ]:
46 return "--with-long-double-128"
47 else:
48 return "--without-long-double-128 libgcc_cv_powerpc_float128=no"
49 return ""
50
51def get_gcc_multiarch_setting(bb, d): 44def get_gcc_multiarch_setting(bb, d):
52 target_arch = d.getVar('TRANSLATED_TARGET_ARCH') 45 target_arch = d.getVar('TRANSLATED_TARGET_ARCH')
53 multiarch_options = { 46 multiarch_options = {