Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/arch/mips Can't use _LP64 because xlint is a h...
details: https://anonhg.NetBSD.org/src/rev/9e1b43c2909d
branches: trunk
changeset: 581973:9e1b43c2909d
user: matt <matt%NetBSD.org@localhost>
date: Sun Jun 12 16:56:59 2005 +0000
description:
Can't use _LP64 because xlint is a host tool. We need a new define for
when building as a host tool.
diffstat:
usr.bin/xlint/arch/mips/targparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 411ba075bf34 -r 9e1b43c2909d usr.bin/xlint/arch/mips/targparam.h
--- a/usr.bin/xlint/arch/mips/targparam.h Sun Jun 12 16:31:42 2005 +0000
+++ b/usr.bin/xlint/arch/mips/targparam.h Sun Jun 12 16:56:59 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: targparam.h,v 1.3 2003/05/29 18:12:15 christos Exp $ */
+/* $NetBSD: targparam.h,v 1.4 2005/06/12 16:56:59 matt Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -43,7 +43,7 @@
* kept in sync with the compiler!
*/
-#ifdef _LP64
+#ifdef _LP64_X
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
#define INTPTR_IS_LONG 1
Home |
Main Index |
Thread Index |
Old Index