- devel/binutils: Remove i386 a.out linker scripts when building i386-binutils or a base/binutils that targets i386.
- devel/i386-{binutils,gcc,xtoolchain}: New ports. i386-gcc excludes GCC's internal float.h for the same reasons as described in D16073.
Details
- Reviewers
bapt bdrewery - Commits
- rP475319: Add ports for an i386 external GCC toolchain.
- still need to do an actual buildworld though I expect it to work fine
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/binutils/Makefile | ||
---|---|---|
122 ↗ | (On Diff #45176) | This removes i386bsd linker scripts everywhere, not just "i386-binutils or a base/binutils that targets i386." |
devel/binutils/Makefile | ||
---|---|---|
122 ↗ | (On Diff #45176) | devel/binutils doesn't define PGKNAMEPREFIX and this clause is in the .else after that test, so this doesn't impact devel/binutils. The only other binutils ports which specify i386 as a target are base/binutils (with out of tree patches) and devel/i386-binutils. (The post-install target is fairly messy IMO due to all the conditionals for various slave ports) |
devel/binutils/Makefile | ||
---|---|---|
122 ↗ | (On Diff #45176) | Oh right, I was thinking it will affect other <arch>-binutils also have PGKNAMEPREFIX defined but forgot that they will not install i386bsd linker scripts. Sorry for the noise. |
devel/binutils/Makefile | ||
---|---|---|
122 ↗ | (On Diff #45176) | No problem. |
Update: I've done a buildworld (though newer gcc is pickier about some things that I need to post some src patches for review) and have built base/binutils and base/gcc using this as a CROSS_TOOLCHAIN.