From 92d96da3407d9c357e8c70ee0676a740a953e7b0 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 1 May 2021 17:24:39 +0200 Subject: Initial/Final commit --- README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e83b8b4 --- /dev/null +++ b/README.txt @@ -0,0 +1,20 @@ +This repository contains PKGBUILDs for gcc arm cross-compiler. +I made these in 2019 because back then there was no working +arm-linux-gnueabi-gcc in any of: Arch, Parabola, Hyperbola, AUR. +If you want to make use of this now, you'll need to adapt it to +newer versions of packages... + +I did all this in a bit non-standard way (using -source packages) +because it seemed cleaner than having to pull the same sources +for builds of both glibc and gcc... +These packages actually bootstrap the arm cross-compiler without +the need for an earlier version of it to be present. This +is like (professional) Debian's approach and unlike Arch's. + +I inspired heavily from Debian's packaging of gcc cross-compilers. + +I (obviously) release my contributions to the PKGBUILDs under +Creative Commons Zero. The original PKGBUILDs I based on were +available on AUR and in Hyperbola's (and maybe Parabola's) repos and +I couldn't find any explicit license notice for them. By common sense +I assume they were not non-free. -- cgit v1.2.3