Module Name:    src
Committed By:   matt
Date:           Sun Sep 13 21:21:57 UTC 2009

Modified Files:
        src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: Makefile.inc

Log Message:
Tweak for compat usage


To generate a diff of this commit:
cvs rdiff -u -r1.15.32.3 -r1.15.32.4 \
    src/libexec/ld.elf_so/arch/mips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/arch/mips/Makefile.inc
diff -u src/libexec/ld.elf_so/arch/mips/Makefile.inc:1.15.32.3 src/libexec/ld.elf_so/arch/mips/Makefile.inc:1.15.32.4
--- src/libexec/ld.elf_so/arch/mips/Makefile.inc:1.15.32.3	Sat Sep  5 18:53:58 2009
+++ src/libexec/ld.elf_so/arch/mips/Makefile.inc	Sun Sep 13 21:21:57 2009
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile.inc,v 1.15.32.3 2009/09/05 18:53:58 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.15.32.4 2009/09/13 21:21:57 matt Exp $
 
 SRCS+=		rtld_start.S mips_reloc.c
 
 # XXX Should not be in CPPFLAGS!
 CPUFLAGS+=	-G0
 
-ABI64:= ${CPUFLAGS:M-mabi=64:M-mabi=o64}
+ABI64?= ${CPUFLAGS:M-mabi=64:M-mabi=o64}
 .if !empty(ABI64)
 CPPFLAGS+=	-DELFSIZE=64
 .else

Reply via email to