sh-elf-binutils/build.sh

12 lines
217 B
Bash
Raw Normal View History

2021-01-01 23:22:19 +01:00
#! /usr/bin/env bash
2021-01-07 18:31:52 +01:00
# Avoid rebuilds of the same version
[[ ! -d build ]] && exit 0
2021-01-01 23:22:19 +01:00
source util.sh
cd build
echo "$TAG Compiling binutils (usually 5-10 minutes)..."
run_quietly giteapc-build.log \
make -j$(nproc)