LFS-RPM/APX-GCC-Build-Notes.md
YellowJacketLinux 413556fd3a
Docfix document updates (#10)
* spell check

* Prep for new README

* Work on the new README

* FHS notes added

* tweaks

* GLibC bootstrap subversion etc.

* layers

* not needed

* work on layers

* rename

* layers work

* rename multilib

* rename again

* more file renaming

* stuff

* link fixes etc.

* cleaning up a bit

* spell fixes etc.

* nuke un-needed

* fips note

* spellfix

* started TOS

* ToC work
2023-04-28 03:08:59 -07:00

695 B

GCC Build Notes

ADA and D Support

Ada and D support have already been bootstrapped into my build of GCC 12.2.0. See

GCC-Bootstrap

Go Support

The GCC go compiler builds and works, but there is a warning in the documentation that the libraries should not be stripped, not even of debugging symbols.

It looks like it is possible to build the libraries as a separate package that has stripping disabled, but I have not yet done that.

The plan is to build the go libraries in such a package without them being stripped, and then rebuild GCC excluding the go libraries and with full stripping.