diff options
author | jb <jb@FreeBSD.org> | 1998-08-08 02:14:45 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-08-08 02:14:45 +0000 |
commit | f5eb9db9bd74cf5680327f19dd047420d2a28de5 (patch) | |
tree | fcbe0bf991b21290bc807b0cd69fa0f350f21e42 /lib/libc | |
parent | 3717cbb56f36a1d2cd2f32adfa517634fb7d7de3 (diff) | |
download | FreeBSD-src-f5eb9db9bd74cf5680327f19dd047420d2a28de5.zip FreeBSD-src-f5eb9db9bd74cf5680327f19dd047420d2a28de5.tar.gz |
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.
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: |