pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: maya
Date: Mon Jul 24 08:19:08 UTC 2017
Modified Files:
pkgsrc/mk/platform: NetBSD.mk
Log Message:
Don't bother with a version check for alpha cflags
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mk/platform/NetBSD.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/NetBSD.mk
diff -u pkgsrc/mk/platform/NetBSD.mk:1.52 pkgsrc/mk/platform/NetBSD.mk:1.53
--- pkgsrc/mk/platform/NetBSD.mk:1.52 Sun Jul 9 14:30:07 2017
+++ pkgsrc/mk/platform/NetBSD.mk Mon Jul 24 08:19:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.52 2017/07/09 14:30:07 khorben Exp $
+# $NetBSD: NetBSD.mk,v 1.53 2017/07/24 08:19:08 maya Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -118,13 +118,10 @@ DEFAULT_SERIAL_DEVICE?= /dev/null
SERIAL_DEVICES?= /dev/null
.endif
-# Add -mieee to CFLAGS and FFLAGS for NetBSD->=1.5V-alpha
-.for __tmp__ in 1.5[V-Z] 1.5[A-Z][A-Z]* 1.[6-9]* [2-9].*
-. if ${MACHINE_PLATFORM:MNetBSD-${__tmp__}-alpha} != ""
+.if (${MACHINE_ARCH} == alpha)
CFLAGS+= -mieee
FFLAGS+= -mieee
-. endif # MACHINE_PLATFORM
-.endfor # __tmp__
+.endif
# check for kqueue(2) support, added in NetBSD-1.6J
.if exists(/usr/include/sys/event.h)
Home |
Main Index |
Thread Index |
Old Index