aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sbcl/march-armv5-removed.patch
diff options
context:
space:
mode:
authorWill sinatra <wpsinatra@gmail.com>2020-01-30 13:21:03 -0500
committerLeo <thinkabit.ukim@gmail.com>2020-01-31 15:39:11 +0100
commit063632e918e6cca04e4e2309ac020b5cbab6991c (patch)
treea2fb7df62147dc5231c781b0fce8721caed35cb6 /testing/sbcl/march-armv5-removed.patch
parent7fea5056e228909b8e214e27df21b62476c3c18d (diff)
downloadaports-063632e918e6cca04e4e2309ac020b5cbab6991c.tar.bz2
aports-063632e918e6cca04e4e2309ac020b5cbab6991c.tar.xz
testing/sbcl: Upgrade to 2.0.1
Build with Eric Timmon's musl patches, build on armv7 & x86_64. aarch64 port in progress.
Diffstat (limited to 'testing/sbcl/march-armv5-removed.patch')
-rw-r--r--testing/sbcl/march-armv5-removed.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/sbcl/march-armv5-removed.patch b/testing/sbcl/march-armv5-removed.patch
new file mode 100644
index 0000000000..0ee97043a6
--- /dev/null
+++ b/testing/sbcl/march-armv5-removed.patch
@@ -0,0 +1,18 @@
+#2020/01/30 Patch has not yet been accepted upstream
+Description: Default on armv7 for Ubuntu, since gcc-9 deprecates armv5
+Author: Gianfranco Costamagna <locutusofborg@debian.org>
+Last-Update: 2019-07-10
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931795
+
+--- sbcl-1.5.4.orig/src/runtime/Config.arm-linux
++++ sbcl-1.5.4/src/runtime/Config.arm-linux
+@@ -9,7 +9,7 @@
+ # provided with absolutely no warranty. See the COPYING and CREDITS
+ # files for more information.
+
+-CFLAGS += -marm -march=armv5
++CFLAGS += -marm -march=armv7-a
+ NM = ./linux-nm
+
+ ASSEM_SRC = arm-assem.S ldso-stubs.S