summarylogtreecommitdiffstats
path: root/addraspi4.patch
diff options
context:
space:
mode:
authorWestly Ward2020-10-01 10:30:07 -0600
committerWestly Ward2020-10-01 10:30:07 -0600
commit90c74508217e59d57accf0a3095cd0916f765d97 (patch)
treed3d920d7b7ac3b9304559f571f31e8f4a568c413 /addraspi4.patch
downloadaur-90c74508217e59d57accf0a3095cd0916f765d97.tar.gz
Initial commit
Diffstat (limited to 'addraspi4.patch')
-rw-r--r--addraspi4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/addraspi4.patch b/addraspi4.patch
new file mode 100644
index 000000000000..48b45df53fd3
--- /dev/null
+++ b/addraspi4.patch
@@ -0,0 +1,13 @@
+--- db-4.8.30/dist/config.sub 2010-04-12 14:25:23.000000000 -0600
++++ db-4.8.30.new/dist/config.sub 2020-09-30 11:33:22.746637496 -0600
+@@ -303,6 +303,10 @@
+ ms1)
+ basic_machine=mt-unknown
+ ;;
++ raspi4)
++ basic_machine=aarch64-unknown
++ os=-linux
++ ;;
+
+ # We use `pc' rather than `unknown'
+ # because (1) that's what they normally are, and