On P, 2017-12-17 at 16:50 +0800, Bill Kenworthy wrote: > Something I cant figure out: > > ARM is still on the 13 profiles - should an amd64 system used to > cross > compile for arm (Raspberry Pi's) be left on the 13 profiles or 17 > will > work fine?
ARM profiles are delayed to potentially fix CHOSTs together with the profile update. Though no-one is actively doing the work to my knowledge right now. I guess it could cause trouble from default PIE vs no PIE from native compiler, but I don't know enough about that field to know for sure. If you pay attention to any future CHOST changes and handle them yourself at the right time, you could manually choose the appropriate 17.0 arm profile as your symlink (it doesn't show up in eselect profile due to no profiles.desc entry, but should be there in profiles/). If changes are done, you might be caught a bit off-guard though at the time they are done though and I'm not sure what the effects of that would be either (probably not too bad).