[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#882174: gcc-7: Raising the armel port baseline to armv5te



Package: gcc-7
Version: 7.2.0-16
Severity: normal
Tags: patch

As announced in https://lists.debian.org/debian-arm/2017/11/msg00045.html
this patch raises the armel baseline for buster from armv4t to armv5te.

--- debian/rules2.old	2017-11-18 22:12:44.946825904 +0000
+++ debian/rules2	2017-11-18 22:15:37.519884343 +0000
@@ -440,7 +440,11 @@
   else
     # armel
     ifeq ($(derivative),Debian)
-      with_arm_arch = armv4t
+      ifneq (,$(filter $(distrelease),etch lenny squeeze wheezy jessie stretch))
+        with_arm_arch = armv4t
+      else
+        with_arm_arch = armv5te
+      endif
     else ifneq (,$(filter $(distrelease),karmic))
       with_arm_arch = armv6
       with_arm_fpu = vfpv3-d16


Reply to: