[oe-commits] Rolf Leggewie : openssl: add support for compilation on Via C3 host.

git version control git at git.openembedded.org
Wed Jun 24 08:54:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6bd858afbb69cdad533dc8d1e1a1c67a066b26d4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6bd858afbb69cdad533dc8d1e1a1c67a066b26d4

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue Jun 16 13:11:05 2009 +0200

openssl: add support for compilation on Via C3 host.

Many thanks to Phil Blundell.

---

 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 e722db5..e6e345b 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)





More information about the Openembedded-commits mailing list