Author: imp
Date: Mon Aug 14 22:38:54 2017
New Revision: 322522
URL: https://svnweb.freebsd.org/changeset/base/322522

Log:
  There is no MACHINE_CPUARCH == armv6, remove redunant check.

Modified:
  head/lib/libcompiler_rt/Makefile.inc

Modified: head/lib/libcompiler_rt/Makefile.inc
==============================================================================
--- head/lib/libcompiler_rt/Makefile.inc        Mon Aug 14 22:25:20 2017        
(r322521)
+++ head/lib/libcompiler_rt/Makefile.inc        Mon Aug 14 22:38:54 2017        
(r322522)
@@ -184,7 +184,7 @@ SRCF+=              umodsi3
 .endif
 
 # FreeBSD-specific atomic intrinsics.
-.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "armv6"
+.if ${MACHINE_CPUARCH} == "arm"
 .PATH:         ${SRCTOP}/sys/arm/arm
 
 SRCF+=         stdatomic
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to