]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: enable multilib setup for powerpc64 arch
authorAlexandru-Cezar Sardan <alexandru.sardan@freescale.com>
Fri, 4 Apr 2014 11:06:54 +0000 (14:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Apr 2014 13:26:01 +0000 (14:26 +0100)
Signed-off-by: Alexandru-Cezar Sardan <alexandru.sardan@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-multilib-config.inc

index 30745a65e04215afdcc798fb8f908ea723ea1604..1eafeb4768dbf606d3d43f2b72c595a4e092a7b6 100644 (file)
@@ -109,6 +109,7 @@ python gcc_multilib_setup() {
         'i586'      : ['gcc/config/i386/t-linux64'],
         'mips'      : ['gcc/config/mips/t-linux64'],
         'powerpc'   : ['gcc/config/rs6000/t-linux64'],
+        'powerpc64' : ['gcc/config/rs6000/t-linux64'],
     }
 
     gcc_header_config_files = {
@@ -116,6 +117,7 @@ python gcc_multilib_setup() {
         'i586'      : ['gcc/config/i386/linux64.h'],
         'mips'      : ['gcc/config/mips/linux64.h'],
         'powerpc'   : ['gcc/config/rs6000/linux64.h'],
+        'powerpc64' : ['gcc/config/rs6000/linux64.h'],
     }
 
     target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL', True) if mlprefix