Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libarch Enable building libx86_64
details: https://anonhg.NetBSD.org/src/rev/f4a840307575
branches: trunk
changeset: 533649:f4a840307575
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sat Jul 06 10:19:08 2002 +0000
description:
Enable building libx86_64
diffstat:
lib/libarch/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r c4589ef162f6 -r f4a840307575 lib/libarch/Makefile
--- a/lib/libarch/Makefile Sat Jul 06 09:27:31 2002 +0000
+++ b/lib/libarch/Makefile Sat Jul 06 10:19:08 2002 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2002/03/30 06:24:34 thorpej Exp $
+# $NetBSD: Makefile,v 1.19 2002/07/06 10:19:08 fvdl Exp $
# These should always be a MACHINE_CPU value
-ARCHDIRS= alpha arm i386 m68k
+ARCHDIRS= alpha arm i386 m68k x86_64
.for arch in ${ARCHDIRS}
.include "${.CURDIR}/${arch}/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index