aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-05-01 17:24:39 +0200
committerWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-05-01 17:24:39 +0200
commit92d96da3407d9c357e8c70ee0676a740a953e7b0 (patch)
tree99756226f72d98c2a9f1c9d15f7e852328a71183 /README.txt
downloadgcc-arm-PKGBUILDs-92d96da3407d9c357e8c70ee0676a740a953e7b0.tar.gz
gcc-arm-PKGBUILDs-92d96da3407d9c357e8c70ee0676a740a953e7b0.zip
Initial/Final commitHEADmaster
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt20
1 files changed, 20 insertions, 0 deletions
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.