aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-05 16:16:19 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-12 04:55:10 +0000
commit2726978bd801ceca07075f150d6ad9ef55470a21 (patch)
treefda55f8fd74a334c2c8997b16e4d82b98273e1cb /Makefile.inc1
parent962c2a492528cdaf0e46783cec3de7f73dc4f742 (diff)
downloadsrc-2726978bd801ceca07075f150d6ad9ef55470a21.tar.gz
src-2726978bd801ceca07075f150d6ad9ef55470a21.zip
Makefile.inc1: Remove redundant test for armv[67]
If MACHINE is arm, then MACHINE_ARCH is going to be either armv6* or armv7*. Sponsored by: Netflix
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c102348baa6f..e3f758493fa3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -135,7 +135,7 @@ _TARGET_CPUTYPE=${TARGET_CPUTYPE}
_TARGET_CPUTYPE=dummy
.endif
.if ${TARGET} == "arm"
-.if ${TARGET_ARCH:Marmv[67]*} != "" && ${TARGET_CPUTYPE:M*soft*} == ""
+.if ${TARGET_CPUTYPE:M*soft*} == ""
TARGET_TRIPLE_ABI= gnueabihf
.else
TARGET_TRIPLE_ABI= gnueabi