From f5eb9db9bd74cf5680327f19dd047420d2a28de5 Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 8 Aug 1998 02:14:45 +0000 Subject: References to NetBSD syscalls changed to just a comment about what to add to /etc/make.conf to use FreeBSD's libc with a NetBSD/Alpha kernel. From now on, FreeBSD/Alpha is just FreeBSD. --- lib/libc/alpha/Makefile.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc index 1175856..8647fb8 100644 --- a/lib/libc/alpha/Makefile.inc +++ b/lib/libc/alpha/Makefile.inc @@ -1,13 +1,14 @@ -# $Id: Makefile.inc,v 1.1.1.1 1998/03/09 06:34:41 jb Exp $ +# $Id: Makefile.inc,v 1.2 1998/06/09 22:59:16 jb Exp $ # # Machine dependent definitions for the alpha architecture. # -# The alpha uses a NetBSD kernel: +# If you want to build a libc for use with a NetBSD kernel, edit your +# /etc/make.conf to include the lines: # -NETBSD_SYSCALLS=1 - -# This is needed in more places than just libc, so it is now set in sys.mk -#CFLAGS+=-D__NETBSD_SYSCALLS +# NETBSD_SYSCALLS=1 +# CFLAGS=-D__NETBSD_SYSCALLS +# +# The alpha libc now uses FreeBSD syscalls by default. # # Alpha is 64-bit, so it doesn't need quad functions: -- cgit v1.1