diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-27 06:19:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-27 06:19:58 +0000 |
commit | 3af3d305e1a38840c833c834b966f64967f3e2c3 (patch) | |
tree | 10c527e8ac2c1ca93f99047997e1c73f1eb0572e /dev-libs | |
parent | add s390 support since someone removed older versions for us, KTHX (diff) | |
download | gentoo-2-3af3d305e1a38840c833c834b966f64967f3e2c3.tar.gz gentoo-2-3af3d305e1a38840c833c834b966f64967f3e2c3.tar.bz2 gentoo-2-3af3d305e1a38840c833c834b966f64967f3e2c3.zip |
disable sh64 targets for now
(Portage version: 2.1_pre2)
Diffstat (limited to 'dev-libs')
-rwxr-xr-x | dev-libs/openssl/files/gentoo.config-0.9.7g | 4 | ||||
-rwxr-xr-x | dev-libs/openssl/files/gentoo.config-0.9.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/openssl/files/gentoo.config-0.9.7g b/dev-libs/openssl/files/gentoo.config-0.9.7g index bcd776ffd87a..f31960484137 100755 --- a/dev-libs/openssl/files/gentoo.config-0.9.7g +++ b/dev-libs/openssl/files/gentoo.config-0.9.7g @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.7g,v 1.11 2005/12/27 04:43:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.7g,v 1.12 2005/12/27 06:19:58 vapier Exp $ # # Openssl doesn't play along nicely with cross-compiling # like autotools based projects, so let's teach it new tricks. @@ -90,7 +90,7 @@ linux) mips*) machine=mips;; powerpc64*) machine=ppc64;; powerpc*) machine=ppc;; - sh64*) machine=elf;; + # sh64*) machine=elf;; sh*b*) machine="elf-sh -DB_ENDIAN";; sh*) machine="elf-sh -DL_ENDIAN";; sparc*v7*) machine=sparcv7;; diff --git a/dev-libs/openssl/files/gentoo.config-0.9.8 b/dev-libs/openssl/files/gentoo.config-0.9.8 index bd070612c5b5..c60f6ab61173 100755 --- a/dev-libs/openssl/files/gentoo.config-0.9.8 +++ b/dev-libs/openssl/files/gentoo.config-0.9.8 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.8,v 1.2 2005/12/27 04:37:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.8,v 1.3 2005/12/27 06:19:58 vapier Exp $ # # Openssl doesn't play along nicely with cross-compiling # like autotools based projects, so let's teach it new tricks. @@ -90,7 +90,7 @@ linux) mips*) machine=mips;; powerpc64*) machine=ppc64;; powerpc*) machine=ppc;; - sh64*) machine=elf;; + # sh64*) machine=elf;; sh*b*) machine="generic32 -DB_ENDIAN";; sh*) machine="generic32 -DL_ENDIAN";; sparc*v7*) machine=sparcv7;; |