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

See the CrossGCC FAQ for lots more information.


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: fix-embedded-path


Royce Kemp wrote:
okay, i spoke before experimenting. confirm what i observe: the fix-embedded-paths tool will traverse a directory search path (the 3rd argument) and replace all occurrences of the <old root> with <new root>. is this correct?

Yes.


one other question: why is there a limitation that the <new root> must be shorter or the same length as <old root>?

Because it's a hack. It's binary editing fixed-width fields, and has no way to expand them.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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