1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-06 02:39:53 +00:00

openssl: Add mapping for microblaze architecture

Map the microblaze architecture to the linux-generic32 target.

(From OE-Core rev: 7ea1979f687777bcafec393b6ab126ec11017074)

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nathan Rossi
2015-02-12 11:37:01 +10:00
committed by Richard Purdie
parent f562905ceb
commit 3dff11ca2c
@@ -114,6 +114,9 @@ do_configure () {
linux-*-mips64)
target=linux-mips
;;
linux-microblaze*)
target=linux-generic32
;;
linux-powerpc)
target=linux-ppc
;;