From 3af3d305e1a38840c833c834b966f64967f3e2c3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 27 Dec 2005 06:19:58 +0000 Subject: disable sh64 targets for now (Portage version: 2.1_pre2) --- dev-libs/openssl/files/gentoo.config-0.9.7g | 4 ++-- dev-libs/openssl/files/gentoo.config-0.9.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-libs') 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;; -- cgit v1.2.3-65-gdbad