Re: [OE-core] [PATCH 0/1] Add PREFIX and EXEC_PREFIX to gccrelocprefix section

2019-11-18 Thread Khem Raj
thanks the patch in general looks ok. I will give it a try this week as well. On Mon, Nov 18, 2019 at 9:34 AM Mark Hatle wrote: > > > > On 11/18/19 11:17 AM, Mark Hatle wrote: > > I have an unusual use-case that requires me to move the location of gcc. > > As part of this, I noticed that the buil

Re: [OE-core] [PATCH 0/1] Add PREFIX and EXEC_PREFIX to gccrelocprefix section

2019-11-18 Thread Mark Hatle
On 11/18/19 11:17 AM, Mark Hatle wrote: > I have an unusual use-case that requires me to move the location of gcc. > As part of this, I noticed that the built-in include paths were not being > runtime relocated, while other paths were. It turns out this was becaue > PREFIX/EXEC_PREFIX were bein

[OE-core] [PATCH 0/1] Add PREFIX and EXEC_PREFIX to gccrelocprefix section

2019-11-18 Thread Mark Hatle
I have an unusual use-case that requires me to move the location of gcc. As part of this, I noticed that the built-in include paths were not being runtime relocated, while other paths were. It turns out this was becaue PREFIX/EXEC_PREFIX were being used as defined at build time, but the other pref