diff options
author | Alexandru-Cezar Sardan <alexandru.sardan@freescale.com> | 2014-04-04 14:06:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 14:26:07 +0100 |
commit | 21f9cc27d764c2c232d751968bdff8e29947ba7b (patch) | |
tree | a1f004bc712d677e19d839879afd611ac59bf5a5 /meta/recipes-devtools/gcc/gcc-multilib-config.inc | |
parent | 828b6754c205fe6e5cd5f44d1ff50da304b3273d (diff) | |
download | poky-21f9cc27d764c2c232d751968bdff8e29947ba7b.tar.gz |
gcc: enable multilib setup for powerpc64 arch
(From OE-Core rev: 99fadf2ff9f4379121fde6477383e7574519fba4)
Signed-off-by: Alexandru-Cezar Sardan <alexandru.sardan@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-multilib-config.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-multilib-config.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-multilib-config.inc b/meta/recipes-devtools/gcc/gcc-multilib-config.inc index 30745a65e0..1eafeb4768 100644 --- a/meta/recipes-devtools/gcc/gcc-multilib-config.inc +++ b/meta/recipes-devtools/gcc/gcc-multilib-config.inc | |||
@@ -109,6 +109,7 @@ python gcc_multilib_setup() { | |||
109 | 'i586' : ['gcc/config/i386/t-linux64'], | 109 | 'i586' : ['gcc/config/i386/t-linux64'], |
110 | 'mips' : ['gcc/config/mips/t-linux64'], | 110 | 'mips' : ['gcc/config/mips/t-linux64'], |
111 | 'powerpc' : ['gcc/config/rs6000/t-linux64'], | 111 | 'powerpc' : ['gcc/config/rs6000/t-linux64'], |
112 | 'powerpc64' : ['gcc/config/rs6000/t-linux64'], | ||
112 | } | 113 | } |
113 | 114 | ||
114 | gcc_header_config_files = { | 115 | gcc_header_config_files = { |
@@ -116,6 +117,7 @@ python gcc_multilib_setup() { | |||
116 | 'i586' : ['gcc/config/i386/linux64.h'], | 117 | 'i586' : ['gcc/config/i386/linux64.h'], |
117 | 'mips' : ['gcc/config/mips/linux64.h'], | 118 | 'mips' : ['gcc/config/mips/linux64.h'], |
118 | 'powerpc' : ['gcc/config/rs6000/linux64.h'], | 119 | 'powerpc' : ['gcc/config/rs6000/linux64.h'], |
120 | 'powerpc64' : ['gcc/config/rs6000/linux64.h'], | ||
119 | } | 121 | } |
120 | 122 | ||
121 | target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL', True) if mlprefix | 123 | target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL', True) if mlprefix |