Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/usr.bin/gawk Pull up revision 1.11 (requested by mrg):



details:   https://anonhg.NetBSD.org/src/rev/1adb1ce993f4
branches:  netbsd-1-5
changeset: 490551:1adb1ce993f4
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sat Jan 27 06:44:11 2001 +0000

description:
Pull up revision 1.11 (requested by mrg):
  Use -msoft-quad-flat on the sparc64.

diffstat:

 gnu/usr.bin/gawk/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5306499116ff -r 1adb1ce993f4 gnu/usr.bin/gawk/Makefile
--- a/gnu/usr.bin/gawk/Makefile Fri Jan 26 03:11:44 2001 +0000
+++ b/gnu/usr.bin/gawk/Makefile Sat Jan 27 06:44:11 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 1999/06/13 22:21:58 tron Exp $
+#      $NetBSD: Makefile,v 1.10.6.1 2001/01/27 06:44:11 jhawk Exp $
 
 .include <bsd.own.mk>
 
@@ -18,6 +18,10 @@
 LDADD=         -lm
 CLEANFILES+=   ${PROG}.1 ${PROG}.texi
 
+.if (${MACHINE_ARCH} == "sparc64")
+CFLAGS+=       -msoft-quad-float
+.endif
+
 ${PROG}.1:     gawk.1
                @-rm -f $@
                cp $> $@



Home | Main Index | Thread Index | Old Index