Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/arch/mips Add a ELFSIZE define



details:   https://anonhg.NetBSD.org/src/rev/008e99009d58
branches:  trunk
changeset: 787868:008e99009d58
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jul 10 15:05:46 2013 +0000

description:
Add a ELFSIZE define

diffstat:

 lib/csu/arch/mips/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (9 lines):

diff -r 48b071568155 -r 008e99009d58 lib/csu/arch/mips/Makefile.inc
--- a/lib/csu/arch/mips/Makefile.inc    Wed Jul 10 14:27:01 2013 +0000
+++ b/lib/csu/arch/mips/Makefile.inc    Wed Jul 10 15:05:46 2013 +0000
@@ -1,3 +1,3 @@
-#      $NetBSD: Makefile.inc,v 1.1 2013/06/22 02:37:09 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2013/07/10 15:05:46 matt Exp $
 
-CPPFLAGS+=     -I${ARCHDIR}
+CPPFLAGS+=     -I${ARCHDIR} -DELFSIZE=_MIPS_SZPTR



Home | Main Index | Thread Index | Old Index