aboutsummaryrefslogtreecommitdiffstats
path: root/community/sbcl/march-armv5-removed.patch
blob: e876d9ab9afd0e16175ddcbea34f9922a1a77574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

--- a/src/runtime/Config.arm-linux
+++ b/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

 ASSEM_SRC = arm-assem.S
 ARCH_SRC = arm-arch.c