From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Jelinek Date: Wed, 19 Sep 2001 06:02:35 +0000 Subject: Re: [Linux-ia64] Re: PROPOSED: 32/64 bit coexistance Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Tue, Sep 18, 2001 at 01:47:12PM -0700, David Mosberger wrote: > That would be good. It might also be good to explicitly state that > these trees are expected to follow the filesystem layout conventions > of the emulated environment (to the degree that this makes sense). > For example, you could assume that there would be: > > /emul/ia32-linux/etc/ld.so.conf Why ld.so.conf? /etc/ld.so.conf should be enough when ldconfig handles multiple ABI libraries. > /emul/ia32-linux/lib > /emul/ia32-linux/usr/lib Jakub