This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFC 1/2] link gdbserver against libiberty


>> -	"AR=$(AR)" \
>> -	"AR_FLAGS=$(AR_FLAGS)" \

Yao> ... and I don't understand why do we remove AR and AR_FLAGS from
Yao> FLAGS_TO_PASS.

Passing them in this way causes AR_FLAGS to be empty when the build
finally reaches gdbserver's subdir build of libiberty.  This cause a
build failure.

That isn't really a satisfactory answer.  I will dig deeper.

Tom


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