Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/arch/alpha Alpha needs _KERNTYPES



details:   https://anonhg.NetBSD.org/src/rev/806a6662eab8
branches:  trunk
changeset: 343187:806a6662eab8
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 16:27:38 2016 +0000

description:
Alpha needs _KERNTYPES

diffstat:

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

diffs (9 lines):

diff -r 5fe37ba88e53 -r 806a6662eab8 lib/csu/arch/alpha/Makefile.inc
--- a/lib/csu/arch/alpha/Makefile.inc   Sun Jan 24 16:13:19 2016 +0000
+++ b/lib/csu/arch/alpha/Makefile.inc   Sun Jan 24 16:27:38 2016 +0000
@@ -1,3 +1,3 @@
-#      $NetBSD: Makefile.inc,v 1.1 2013/07/11 16:40:27 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2016/01/24 16:27:38 christos Exp $
 
-CPPFLAGS+=     -I${ARCHDIR} -DELFSIZE=64
+CPPFLAGS+=     -I${ARCHDIR} -DELFSIZE=64 -D_KERNTYPES



Home | Main Index | Thread Index | Old Index