FWI

---------- Forwarded message ----------
From: Kevyn-Alexandre Paré <kap...@rogue-research.com>
Date: Thu, Feb 6, 2014 at 6:54 PM
Subject: Re: [Clfs-support] CLFS support
To: Andrew Bradford <and...@bradfordembedded.com>


Andrew,

On Thu, Feb 6, 2014 at 2:17 PM, Andrew Bradford
<and...@bradfordembedded.com> wrote:
> On 02/06/2014 02:08 PM, Kevyn-Alexandre Paré wrote:
>
>> no symlink for /lib/ld-musl-armhf.so.1 in the target. When this
>> symlink is suppose to be created?
>
> In section 4.8 (musl-libc), the 'make install' should create it for you
> properly as long as you're using DESTDIR as specified in the book.
>

Here what I'm using in my script:
CC=${CLFS_TARGET}-gcc ./configure \
  --prefix=/ \
  --target=${CLFS_TARGET}
CC=${CLFS_TARGET}-gcc make
DESTDIR=${CLFS}/cross-tools/${CLFS_TARGET} make install

> So long as you're using a book newer than 20131023, this should work.
> Books prior to 20131023 which were musl based required a manual creation
> of this symlink due to incorrect 'make install' instructions for the way
> musl's install works.

I'm using your git repo directly:

Version GIT-20131024-arm

thx

-KA
_______________________________________________
Clfs-support mailing list
Clfs-support@lists.cross-lfs.org
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org

Reply via email to