update quilt patch. archive/raspbian/8.9.0-1+rpi1 raspbian/8.9.0-1+rpi1
authorPeter Michael Green <plugwash@debian.org>
Sat, 6 Jan 2024 13:43:29 +0000 (13:43 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 6 Jan 2024 13:43:29 +0000 (13:43 +0000)
debian/patches/use-fp-with-march.patch

index 4f58a299769c9b21072d5479ab6a60a9c568d815..5edf4fc069879a3c3505206d640ac30f918d03c5 100644 (file)
@@ -4,15 +4,15 @@ Description:  pass -march=armv7+fp when building "armv4" assembler files.
 Author: Peter Michael Green <plugwash@raspbian.org>
 
 diff --git a/GNUmakefile b/GNUmakefile
-index c0c6916..ae7b8c5 100644
+index 0c907e4..8f09914 100644
 --- a/GNUmakefile
 +++ b/GNUmakefile
-@@ -1200,11 +1200,7 @@ endif
- # Also see https://www.crypto++.com/wiki/Cryptogams.
+@@ -1197,11 +1197,7 @@ endif
+ # Also see https://www.cryptopp.com/wiki/Cryptogams.
  ifeq ($(IS_ARM32)$(IS_LINUX),11)
    ifeq ($(filter -DCRYPTOPP_DISABLE_ASM -DCRYPTOPP_DISABLE_ARM_NEON,$(CRYPTOPP_CPPFLAGS)$(CPPFLAGS)$(CXXFLAGS)),)
 -    # Do not use -march=armv7 if the compiler is already targeting the ISA.
--    # Also see https://github.com/weidai11/crypto++/issues/1094
+-    # Also see https://github.com/weidai11/cryptopp/issues/1094
 -    ifeq ($(shell $(CXX) -dM -E TestPrograms/test_cxx.cpp 2>/dev/null | grep -E '__ARM_ARCH 7|__ARM_ARCH_7A__'),)
 -      CRYPTOGAMS_ARMV7_FLAG = -march=armv7-a
 -    endif