svn commit: r357741 - head/usr.sbin/ntp/libntpevent
Warner Losh
imp at FreeBSD.org
Mon Feb 10 17:17:09 UTC 2020
Author: imp
Date: Mon Feb 10 17:17:08 2020
New Revision: 357741
URL: https://svnweb.freebsd.org/changeset/base/357741
Log:
Remove ifdefs for ia64 and sparc64.
Reivewed by: cy@, bcr@
Differential Revision: https://reviews.freebsd.org/D23593
Modified:
head/usr.sbin/ntp/libntpevent/Makefile
Modified: head/usr.sbin/ntp/libntpevent/Makefile
==============================================================================
--- head/usr.sbin/ntp/libntpevent/Makefile Mon Feb 10 17:17:03 2020 (r357740)
+++ head/usr.sbin/ntp/libntpevent/Makefile Mon Feb 10 17:17:08 2020 (r357741)
@@ -21,12 +21,8 @@ SRCS+= bufferevent_openssl.c
NTP_ATOMIC=x86_32
.elif ${MACHINE_ARCH} == "amd64"
NTP_ATOMIC=x86_64
-.elif ${MACHINE_ARCH} == "ia64"
-NTP_ATOMIC=ia64
.elif ${MACHINE_ARCH} == "powerpc64"
NTP_ATOMIC=powerpc
-.elif ${MACHINE_ARCH} == "sparc64"
-NTP_ATOMIC=sparc64
.else
NTP_ATOMIC=noatomic
.endif
More information about the svn-src-head
mailing list