sh-elf-gcc/build.sh

12 lines
239 B
Bash
Raw Normal View History

#! /usr/bin/env bash
2021-01-08 10:00:34 +01:00
# Avoid rebuilds of the same version
[[ ! -d build ]] && exit 0
source util.sh
cd build
echo "$TAG Compiling gcc (usually 10-20 minutes)..."
run_quietly giteapc-build.log \
make -j$(nproc) all-gcc all-target-libgcc