This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug build/22837] Fix cross-compile in sunrpc


https://sourceware.org/bugzilla/show_bug.cgi?id=22837

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
What do you mean by "fixes cross"?  Please explain what you think is 
incorrect and why you think it is incorrect.

The patch is certainly wrong.  The test in question is specifically about 
verifying a fix for a bug in rpcgen - the *installed* program, built for 
the host for which glibc it built, not the cross-rpcgen program that is 
only used at build time and so doesn't need to handle the case in question 
at all.  Furthermore, $(built-program-cmd) evaluates to run a program, 
built for the glibc host, with the new dynamic linker and the specified 
test wrapper, so cannot correctly be used with cross-rpcgen at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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