openssl - Add i486-linux target.
authorRaymond Danks <raymond@edanks.com>
Wed, 31 May 2006 22:42:38 +0000 (22:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 31 May 2006 22:42:38 +0000 (22:42 +0000)
packages/openssl/openssl.inc

index a73811a..027351e 100644 (file)
@@ -57,6 +57,9 @@ do_compile () {
        linux-sh4)
                target=debian-sh4
                ;;
+       linux-i486)
+               target=linux-pentium
+               ;;
        linux-i586)
                target=linux-pentium
                ;;