thorpej
6d2943920a
Make it a tad bit easier to bootstrap an a.out system to ELF. Introduce
a BOOTSTRAP_ELF Makefile variable that, when set (e.g. in the environment), builds a targeted-to-ELF toolchain without requiring OBJECT_FMT to be set to "ELF" (which affects how e.g. libraries are built). This basically means you don't need fake crtbegin.o and crtend.o files to be present in /usr/lib while bootstrapping the toolchain.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%