[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Tell ld.so and friends not to use hardware optimized libs (#572178)
- From: David Cantrell <dcantrell redhat com>
- To: "Discussion of Development and Customization of the Red Hat Linux^M^J Installer" <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Tell ld.so and friends not to use hardware optimized libs (#572178)
- Date: Thu, 11 Mar 2010 10:43:23 -1000 (HST)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 11 Mar 2010, Peter Jones wrote:
We want a power6-generated initrd.img to be usable on power5 and such,
so in general we don't want get_dso_deps() to give us subarch-optimized
versions of libraries.
Resolves: rhbz#572178
---
scripts/buildinstall.functions | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/buildinstall.functions b/scripts/buildinstall.functions
index f1c5244..5a31776 100755
--- a/scripts/buildinstall.functions
+++ b/scripts/buildinstall.functions
@@ -1,6 +1,7 @@
#!/bin/bash
# pulled right out of mkinitrd....
+export LD_HWCAP_MASK=0
DSO_DEPS=""
LDSO=""
get_dso_deps() {
Had dgregor generate a test tree using this patch in anaconda and the
resulting ramdisk.image.gz worked on both power5 and power6, so... ACK.
For master and rhel6-branch, por favor.
- --
David Cantrell <dcantrell redhat com>
Red Hat / Honolulu, HI
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuZVesACgkQ5hsjjIy1Vkn3pQCeK9DaHSO93js69gsrf0k4ZHLm
pokAoMs685YXoSM+6nolAIq6PPRMVoFg
=Ygrx
-----END PGP SIGNATURE-----
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]