diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/alpha/Makefile.inc | 13 |
1 files changed, 7 insertions, 6 deletions
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: |