Meta-repository providing a build of binutils for SuperH.
Go to file
Lephenixnoir aec11eb598
fix automatic dependency install on Debian
2021-01-03 17:37:50 +01:00
.gitignore manual build and README 2021-01-02 10:38:07 +01:00
README.md manual build and README 2021-01-02 10:38:07 +01:00
build.sh initial building script 2021-01-01 23:22:19 +01:00
configure.sh fix automatic dependency install on Debian 2021-01-03 17:37:50 +01:00
giteapc.make support custom build configurations 2021-01-02 10:48:06 +01:00
install.sh quote paths that may contain spaces 2021-01-02 10:37:48 +01:00
uninstall.sh quote paths that may contain spaces 2021-01-02 10:37:48 +01:00
util.sh initial building script 2021-01-01 23:22:19 +01:00

README.md

Automatic sh-elf-binutils installer

This script can be used to automatically compile and install an SH3/SH4 binutils suite. The normal use is with GiteaPC:

% giteapc install Lephenixnoir/sh-elf-binutils

You can also install binutils manually by running the GiteaPC Makefile with a manually-specified install prefix:

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