This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: [PATCH] allow ELF_DYNAMIC_INTERPRETER override


"David O'Brien" <obrien@FreeBSD.org> writes:

> I would like to add --elf_dynamic_interpreter=/foo.so as a configure
> option, but I am having trouble figuring out how to get it seen down in
> bfd/.  Any help here would be appreciated.

You need to make it a --with option:
    --with-elf-dynamic-interpreter=/foo.so

You shouldn't need to change the top level configure script at all.
In ld/configure.in use an appropriate AC_ARG_WITH.

Ian


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