Meta-repository providing a build of binutils for SuperH.
Go to file
Neiviv-ui 0456a420af Android support through termux app (#1)
added some dependancies

Added -g and -O2 flags

fixes __ANDROID_API__ flag

add termux dependencies in configure.sh

Co-authored-by: neiviv-ui <neiviv-ui@protonmail.com>
Reviewed-on: https://gitea.planet-casio.com/Lephenixnoir/sh-elf-binutils/pulls/1
Co-Authored-By: Neiviv-ui <neiviv-ui@protonmail.com>
Co-Committed-By: Neiviv-ui <neiviv-ui@protonmail.com>
2021-06-23 22:21:30 +02:00
.gitignore add an `any` configuration that uses existing binutils installs 2021-01-14 18:33:28 +01:00
README.md add an `any` configuration that uses existing binutils installs 2021-01-14 18:33:28 +01:00
build.sh build: use gmake on OpenBSD 2021-03-18 14:01:57 +01:00
configure.sh Android support through termux app (#1) 2021-06-23 22:21:30 +02:00
giteapc-config-any.make add an `any` configuration that uses existing binutils installs 2021-01-14 18:33:28 +01:00
giteapc.make bump to 2.36.1 2021-05-04 19:59:40 +02:00
install.sh build: use gmake on OpenBSD 2021-03-18 14:01:57 +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

An any configuration is provided in case you already have binutils installed somewhere and want to keep using it. This will turn this repository into a no-op while still satisfying requirements for other repositories. You can do this as long as you have sh-elf-as in your PATH:

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