summaryrefslogtreecommitdiff
path: root/tools/dep_builders
AgeCommit message (Collapse)Author
2023-02-23toolchain: update, move to a Camellia-specific toolchaindzwdz
2022-07-16amd64: barely boot into kernel codedzwdz
2021-08-07build all parts of the toolchain to the same $PREFIXdzwdz
If gcc is built with a different $PREFIX than binutils, it won't even attempt using them - it will use the system assembler instead, which fails for obvious reasons.
2021-08-06a (seemingly broken) gcc build scriptdzwdz
It compiles, but the resulting gcc binary doesn't actually work. Maybe it's too new for the binutils?
2021-08-06quit the binutils build script if an error occursdzwdz
2021-08-05add a script which builds i686-elf-binutilsdzwdz