mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
site/powerpc: Pull all powerpc config options into powerpc32-linux
powerpc-common was really Linux PPC32 specific. So move all the options in it to powerpc32-linux and we can refactor out common bits shared between into powerpc-linux and powerpc-common. (From OE-Core rev: 6ba64ae1030c879021f0ee0789bee4f8d3c135c0) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
616d711c48
commit
fcb865a0ec
@@ -33,10 +33,10 @@ def siteinfo_data(d):
|
||||
"mips64": "endian-big bit-64 mips64-common",
|
||||
"mips64el": "endian-little bit-64 mips64-common",
|
||||
"mipsel": "endian-little bit-32 mips-common",
|
||||
"powerpc": "endian-big bit-32 powerpc-common",
|
||||
"powerpc": "endian-big bit-32 powerpc-common powerpc32-linux",
|
||||
"nios2": "endian-little bit-32 nios2-common",
|
||||
"powerpc64": "endian-big bit-64 powerpc-common powerpc64-linux",
|
||||
"ppc": "endian-big bit-32 powerpc-common",
|
||||
"ppc": "endian-big bit-32 powerpc-common powerpc32-linux",
|
||||
"ppc64": "endian-big bit-64 powerpc-common powerpc64-linux",
|
||||
"sh3": "endian-little bit-32 sh-common",
|
||||
"sh4": "endian-little bit-32 sh-common",
|
||||
|
||||
Reference in New Issue
Block a user