[Clfs-support] your gcc patch
Koornstra, Reinoud
koornstra at hp.com
Wed May 7 13:34:43 PDT 2014
Hi William,
I looked in the patch you wrote for gcc in gcc/config/aarch64/aarch64-linux.h for example
#define GLIBC_DYNAMIC_LINKER "/tools/lib/ld-linux-aarch64.so.1"
You added /tools in front of /lib
Does this only work, because you did:
ln -sv ${CLFS}/tools /
if you didn't make this link you'd have to change this with:
#define GLIBC_DYNAMIC_LINKER "/mnt/clfs/tools/lib/ld-linux-aarch64.so.1"
Correct?
Thanks,
Reinoud.
More information about the Clfs-support
mailing list