Meta-repository providing a build of gcc, g++ and libstdc++ for SuperH.
Go to file
Lephenixnoir ba14e905f3
add an `any` configuration that uses existing GCC installs
2021-01-14 19:14:12 +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 avoid rebuilds during updates 2021-01-08 10:00:34 +01:00
configure.sh add an `any` configuration that uses existing GCC installs 2021-01-14 19:14:12 +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 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

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