diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-02 00:19:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-02 00:19:09 +0000 |
commit | f2b48267bdcfe77ae140e819c5997118fa75f3e6 (patch) | |
tree | 6cc9f9f776f355f83f598c545e6a8f957c420463 /dev-libs/openssl | |
parent | update alpha so that we have clean targets (diff) | |
download | gentoo-2-f2b48267bdcfe77ae140e819c5997118fa75f3e6.tar.gz gentoo-2-f2b48267bdcfe77ae140e819c5997118fa75f3e6.tar.bz2 gentoo-2-f2b48267bdcfe77ae140e819c5997118fa75f3e6.zip |
update arm targets in test
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-libs/openssl')
-rwxr-xr-x | dev-libs/openssl/files/gentoo.config-0.9.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/openssl/files/gentoo.config-0.9.8 b/dev-libs/openssl/files/gentoo.config-0.9.8 index 443e6fee0f0f..c1ed91efb4d2 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.5 2006/09/02 00:17:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.8,v 1.6 2006/09/02 00:19:09 vapier Exp $ # # Openssl doesn't play along nicely with cross-compiling # like autotools based projects, so let's teach it new tricks. @@ -13,8 +13,8 @@ # Testing routines if [[ $1 == "test" ]] ; then for c in \ - "arm-gentoo-linux-uclibc |linux-elf-arm -DL_ENDIAN" \ - "armv5b-linux-gnu |linux-elf-arm -DB_ENDIAN" \ + "arm-gentoo-linux-uclibc |linux-generic32 -DL_ENDIAN" \ + "armv5b-linux-gnu |linux-generic32 -DB_ENDIAN" \ "x86_64-pc-linux-gnu |linux-x86_64" \ "alphaev56-unknown-linux-gnu |linux-alpha+bwx-gcc" \ "whatever-gentoo-freebsdX.Y |FreeBSD-elf" \ |