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]

Re: LDFLAGS gets lost during bootstrap


Christer Solskogen <christer.solskogen@gmail.com> writes:

> My ldflags is
> "-Wl,-I,$HOME/obj/tools/lib/ld-linux-x86-64.so.2,-rpath,$HOME/obj/tools/lib"
> - but during bootstrap they are lost. How can I ensure that the
> LDFLAGS that I want is being used in every stage? I've also tried
> setting BOOT_FLAGS=${LDFLAGS} as well, but still no go.

That's BOOT_LDFLAGS.  See also the configure option --with-boot-ldflags.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]