From 6bd858afbb69cdad533dc8d1e1a1c67a066b26d4 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 16 Jun 2009 13:11:05 +0200 Subject: openssl: add support for compilation on Via C3 host. Many thanks to Phil Blundell. --- recipes/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index e722db5d1a..e6e345b43b 100644 --- a/recipes/openssl/openssl.inc +++ b/recipes/openssl/openssl.inc @@ -49,7 +49,7 @@ do_configure () { linux-i486) target=debian-i386-i486 ;; - linux-i586) + linux-i586 | linux-viac3) target=debian-i386-i586 ;; linux-i686) -- cgit v1.2.3