Meta-repository providing an SH3/SH4 build of GCC for the fxSDK.
Go to file
Lephenixnoir 85f87acb15
remove build folder when deciding to skip build, take 2
2021-03-23 15:33:07 +01:00
.gitignore add an `any` configuration that uses existing GCC installs 2021-01-14 19:14:12 +01:00
README.md add an `any` configuration that uses existing GCC installs 2021-01-14 19:14:12 +01:00
build.sh build: use gmake on OpenBSD 2021-03-18 14:25:27 +01:00
configure.sh remove build folder when deciding to skip build, take 2 2021-03-23 15:33:07 +01:00
giteapc-config-any.make add an `any` configuration that uses existing GCC installs 2021-01-14 19:14:12 +01:00
giteapc.make add an `any` configuration that uses existing GCC installs 2021-01-14 19:14:12 +01:00
install.sh build: use gmake on OpenBSD 2021-03-18 14:25:27 +01:00
uninstall.sh split off binutils into a separate repository 2021-01-02 00:13:11 +01:00
util.sh explicitly link previously-built binutils to GCC 2021-01-02 22:48:31 +01:00

README.md

Automatic sh-elf-gcc installer

This script can be used to automatically compile and install a GCC cross-compiler targeting SH3 and SH4 calculators. The normal use is with GiteaPC:

% giteapc install Lephenixnoir/sh-elf-gcc

You can also install manually. First install sh-elf-binutils, then run the GiteaPC Makefile with a manually-specified install prefix:

% make -f giteapc.make configure build install PREFIX=$HOME/.local

An any configuration is provided in case GCC is already installed externally, to have this package installed without rebuilding it.

% giteapc install Lephenixnoir/sh-elf-gcc:any