pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Also set ABI like SGI does; from Benjamin ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32ab04ac7bbe
branches:  trunk
changeset: 506008:32ab04ac7bbe
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue Jan 10 16:58:04 2006 +0000

description:
Also set ABI like SGI does; from Benjamin Shi.

diffstat:

 mk/platform/Linux.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 29a669991868 -r 32ab04ac7bbe mk/platform/Linux.mk
--- a/mk/platform/Linux.mk      Tue Jan 10 16:56:42 2006 +0000
+++ b/mk/platform/Linux.mk      Tue Jan 10 16:58:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.20 2006/01/06 22:47:24 christos Exp $
+# $NetBSD: Linux.mk,v 1.21 2006/01/10 16:58:04 christos Exp $
 #
 # Variable definitions for the Linux operating system.
 
@@ -92,5 +92,6 @@
 #GAMEMODE=             2555
 #.endif
 .if (${MACHINE_ARCH} == "x86_64")
+ABI?=  64
 LIBABISUFFIX?=          64
 .endif



Home | Main Index | Thread Index | Old Index