toolchain

This commit is contained in:
2023-09-06 18:44:38 +02:00
commit f99fc6681a
11 changed files with 392 additions and 0 deletions

18
toolchain_scripts/build-all.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
set -euxo pipefail
if [ -z "$OS2_ROOT" ]; then
echo "$OS2_ROOT" is blank
fi
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
"$SCRIPT_DIR"/binutils-i686-elf.sh
"$SCRIPT_DIR"/gcc-i686-elf.sh
"$SCRIPT_DIR"/binutils-x86_64-elf.sh
"$SCRIPT_DIR"/gcc-x86_64-elf.sh
"$SCRIPT_DIR"/libstdc++-x86_64-elf.sh
"$SCRIPT_DIR"/grub.sh
"$SCRIPT_DIR"/limine.sh