openssl: add support for compilation on Via C3 host.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 16 Jun 2009 11:11:05 +0000 (13:11 +0200)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 23 Jun 2009 12:33:24 +0000 (14:33 +0200)
Many thanks to Phil Blundell.

recipes/openssl/openssl.inc

index e722db5..e6e345b 100644 (file)
@@ -49,7 +49,7 @@ do_configure () {
        linux-i486)
                target=debian-i386-i486
                ;;
-       linux-i586)
+       linux-i586 | linux-viac3)
                target=debian-i386-i586
                ;;
        linux-i686)