diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-08 16:03:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-10 00:58:56 -0700 |
commit | af8c8d14ffa9daf9f6ec19fa2d49c687cf5cff64 (patch) | |
tree | cc7896d7977f17aa9bb4be369bc0b75736a5c31d /recipes/openssl | |
parent | 1b703ecdda89afd3ce1f44545356a201ddb65d07 (diff) |
conf: Decosmetize TARGET_OS
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/openssl')
-rw-r--r-- | recipes/openssl/openssl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index 4c6e43543b..8b8e870eff 100644 --- a/recipes/openssl/openssl.inc +++ b/recipes/openssl/openssl.inc @@ -35,7 +35,7 @@ do_configure () { os=linux elif [ "x$os" = "xlinux-uclibceabi" ]; then os=linux - elif [ "x$os" = "xlinux-gnu" ]; then + elif [ "x$os" = "xlinux-gnueabi" ]; then os=linux fi target="$os-${HOST_ARCH}" @@ -70,7 +70,7 @@ do_configure () { linux-powerpc) target=linux-ppc ;; - linux-gnuspe-powerpc) + linux-spe-powerpc) target=linux-ppc ;; linux-supersparc) |