Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/ntp Pull up revision 1.5 (requested by martin):



details:   https://anonhg.NetBSD.org/src/rev/3d352d6f087e
branches:  netbsd-1-5
changeset: 491796:3d352d6f087e
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 15:55:06 2001 +0000

description:
Pull up revision 1.5 (requested by martin):
  Make ntp work on sparc64 (use -msoft-quad-float, due to toolchain
  problems).

diffstat:

 usr.sbin/ntp/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 82e605627e46 -r 3d352d6f087e usr.sbin/ntp/Makefile.inc
--- a/usr.sbin/ntp/Makefile.inc Sat May 26 15:35:22 2001 +0000
+++ b/usr.sbin/ntp/Makefile.inc Sat May 26 15:55:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2000/06/18 10:11:25 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.4.2.1 2001/05/26 15:55:06 he Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=1
@@ -14,6 +14,9 @@
 .endif
 
 CPPFLAGS+=     -I${.CURDIR}/../include -I${DIST}/include -DHAVE_CONFIG_H
+.if (${MACHINE_ARCH} == "sparc64")
+CFLAGS+=        -msoft-quad-float
+.endif
 
 .if defined(PROG)
 LIBNTP!=       cd ${.CURDIR}/../libntp; ${MAKE} print-objdir



Home | Main Index | Thread Index | Old Index