This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Thanks Regards Jitendra Nair.
Jitendra Nair <jitendran@gslab.com> writes:
Here is my CFLGAS
export
CFLAGS=-Wl,--dynamic-linker,/toolchain/x86_64-unknown-linux-gnu/lib/ld-linux-x86-64.so.2,--rpath,/toolchain/x86_64-unknown-linux-gnu/lib,
--rpath,/toolchain/x86_64-unknown-linux-gnu/glibc-2.7/lib
2) But the dynamic linker path is NOT correctly set for
gcc-4.2.4. see below the 'ldd' output
I think you need to use BOOT_CFLAGS now, rather than CFLAGS, when building gcc.
Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |