Meta-repository providing a build of gcc, g++ and libstdc++ for SuperH.
Go to file
Lephenixnoir 4e3a4abc9b
avoid rebuilds during updates
2021-01-08 10:00:34 +01:00
.gitignore manual build and README 2021-01-02 10:36:59 +01:00
README.md manual build and README 2021-01-02 10:36:59 +01:00
build.sh avoid rebuilds during updates 2021-01-08 10:00:34 +01:00
configure.sh avoid rebuilds during updates 2021-01-08 10:00:34 +01:00
giteapc.make avoid rebuilds during updates 2021-01-08 10:00:34 +01:00
install.sh avoid rebuilds during updates 2021-01-08 10:00:34 +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