From 0d0dea1a8337595985c919d6329b01b38b0bd8d8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 13 Jul 2025 15:43:47 +0200 Subject: build: import jOS toolchain config --- scripts/0000-prepare-os.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/0000-prepare-os.sh (limited to 'scripts/0000-prepare-os.sh') diff --git a/scripts/0000-prepare-os.sh b/scripts/0000-prepare-os.sh new file mode 100755 index 0000000..33b0deb --- /dev/null +++ b/scripts/0000-prepare-os.sh @@ -0,0 +1,15 @@ +#!/bin/env bash + +set -e + +pacman --noconfirm -Syu + +pacman --noconfirm --needed -S \ + base-devel \ + libelf \ + libmpc \ + zlib + +pacman --noconfirm --needed --asdeps -S \ + gmp \ + mpfr -- cgit v1.2.3