mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 04:23:39 +01:00
8 lines
174 B
Bash
Executable file
8 lines
174 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
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
|