]> code.ossystems Code Review - openembedded-core.git/commit
microblaze tune: change microblazeeb to microblaze
authorMark Hatle <mark.hatle@xilinx.com>
Tue, 4 Feb 2020 21:06:26 +0000 (15:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2020 12:16:02 +0000 (12:16 +0000)
commitc052b0c984b28d64527a66ea8e2936ca28b9406f
tree1a43725fafac3f6d2bb4f5b8ee96295e198be381
parentf3675be6be29426688187a135221431a0941d007
microblaze tune: change microblazeeb to microblaze

Using microblazeeb breaks a number of autoconf recipes, including newlib
components.  'microblaze' is defined as the big-endian version, while
microblazeel is defined as the little-endian version.

config.sub: 2018-07-03

...
        | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
...
        | microblaze-* | microblazeel-* \
...
        microblaze*)
                basic_machine=microblaze-xilinx
...

Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/microblaze/arch-microblaze.inc