diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-16 13:11:05 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-23 14:33:24 +0200 |
commit | 6bd858afbb69cdad533dc8d1e1a1c67a066b26d4 (patch) | |
tree | f79839588df992c982b24b3c726ba37937cb3974 /recipes/openssl | |
parent | 007c2e2b948edc3a8896e1e93844c1211d03ac61 (diff) |
openssl: add support for compilation on Via C3 host.
Many thanks to Phil Blundell.
Diffstat (limited to 'recipes/openssl')
-rw-r--r-- | recipes/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |