git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa0531
)
openssl.inc: Update powerpc logic
author
Tom Rini
<tom_rini@mentor.com>
Fri, 19 Nov 2010 15:14:13 +0000
(08:14 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 19 Nov 2010 15:14:38 +0000
(08:14 -0700)
We 'spe' needs similar tests to 'eabi'.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/openssl/openssl.inc
patch
|
blob
|
history
diff --git
a/recipes/openssl/openssl.inc
b/recipes/openssl/openssl.inc
index
1ef5f0f
..
885d933
100644
(file)
--- a/
recipes/openssl/openssl.inc
+++ b/
recipes/openssl/openssl.inc
@@
-44,6
+44,10
@@
do_configure () {
os=linux
elif [ "x$os" = "xlinux-gnueabi" ]; then
os=linux
+ elif [ "x$os" = "xlinux-uclibcspe" ]; then
+ os=linux
+ elif [ "x$os" = "xlinux-gnuspe" ]; then
+ os=linux
fi
target="$os-${HOST_ARCH}"
case $target in
@@
-77,9
+81,6
@@
do_configure () {
linux-powerpc)
target=linux-ppc
;;
- linux-gnuspe-powerpc)
- target=linux-ppc
- ;;
linux-supersparc)
target=linux-sparcv8
;;