mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-27 12:03:38 +01:00
Meta-repository providing a build of gcc, g++ and libstdc++ for SuperH.
.gitignore | ||
build.sh | ||
configure.sh | ||
giteapc.make | ||
install.sh | ||
README.md | ||
uninstall.sh | ||
util.sh |
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