]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Add mapping for microblaze architecture
authorNathan Rossi <nathan.rossi@xilinx.com>
Thu, 12 Feb 2015 01:37:01 +0000 (11:37 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 22:26:09 +0000 (22:26 +0000)
Map the microblaze architecture to the linux-generic32 target.

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl.inc

index 31dfd8fea76f859e95d5f274faeb348b3969cc50..78ba5c8a2270d693695d93360d308f2dbe0a73e0 100644 (file)
@@ -114,6 +114,9 @@ do_configure () {
         linux-*-mips64)
                target=linux-mips
                 ;;
+       linux-microblaze*)
+               target=linux-generic32
+               ;;
        linux-powerpc)
                target=linux-ppc
                ;;