sys-devel/crossdev forces multilib for arm toolchains#41
Conversation
|
This appears to be creating a working toolchain with minimal modification. I still want to do some more testing before considering this for merge, but review is welcome. This requires a toolchain.eclass patch to work correctly due to the crossdev-toolchain-eclass.patch Update 1: I have been driving this for a couple of day and it works but I had to build |
eaa07f4 to
b74d8ef
Compare
55d6204 to
4885aba
Compare
|
Could you rebase? Not sure if Matt's changes in f3b5cc3 mean that you need to rejig this either. |
|
I am pretty sure its exactly the same fix I had put in but I want to rebuild and retest before merging now. Not sure why this diff is a lot smaller now ☠️ |
Add support for more specific arm toolchain tripples allowing for USE=-multilib in some scenarios Closes: https://bugs.gentoo.org/868636 Signed-off-by: Alexander Barker (https://github.com/kwhat) <alex@1stleg.com>
|
Thanks, and sorry. I could've tried resolve it myself but I wasn't sure either. |
|
This doesn't work anymore and I'm not sure why it broke. I have several more fixes to go in and I'm debating on just running a custom fork rt now. |
|
Well, I'm happy to take a fix if you can come up with one, but it's up to you. |
|
Alright putting back in the eclass pathces fixed the compile but the CFLAGS are borked again with USE=custom-cflags which I had fixed but I am not sure if sent that fix to you guys yet. |
|
My checks are all passing as of this morning. |
Add support for more specific arm toolchain tripples allowing for USE=-multilib in some scenarios
Closes: https://bugs.gentoo.org/868636
Signed-off-by: Alexander Barker (https://github.com/kwhat) alex@1stleg.com