summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-01 09:14:32 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-01 09:14:32 +0000
commit5196f333442d9cf095e7fe883224a06aae5457da (patch)
treeb9cb1733f0a7a8b5e5fbf864eb4d6c5edbba59e4 /dev-libs/openssl/files
parentarm/ia64/s390/sh stable (diff)
downloadhistorical-5196f333442d9cf095e7fe883224a06aae5457da.tar.gz
historical-5196f333442d9cf095e7fe883224a06aae5457da.tar.bz2
historical-5196f333442d9cf095e7fe883224a06aae5457da.zip
fix s390x target
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'dev-libs/openssl/files')
-rwxr-xr-xdev-libs/openssl/files/gentoo.config-0.9.84
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openssl/files/gentoo.config-0.9.8 b/dev-libs/openssl/files/gentoo.config-0.9.8
index 9008ef8f5c04..a1873559f57c 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.14 2006/09/28 14:00:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.8,v 1.15 2007/04/01 09:14:32 vapier Exp $
#
# Openssl doesn't play along nicely with cross-compiling
# like autotools based projects, so let's teach it new tricks.
@@ -85,7 +85,7 @@ linux)
sparc*v7*) machine="generic32 -DB_ENDIAN";;
sparc64*) machine=sparcv9;;
sparc*) machine=sparcv8;;
- s390x*) machine=s390x;;
+ s390x*) machine="generic64 -DB_ENDIAN";;
s390*) machine=s390;;
x86_64*) machine=x86_64;;
esac