diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-06-09 22:59:16 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-06-09 22:59:16 +0000 |
| commit | 4bc711423a52631c6e4f07bd32001896f8582cb9 (patch) | |
| tree | 899c4320d711a33d0f7bced6f016a77a2ecb8009 /lib/libc | |
| parent | 0b0ae157f896e6937efe0e0b3953b1f20fbc3ef3 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/alpha/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc index b4b402b73b21..11758560f18a 100644 --- a/lib/libc/alpha/Makefile.inc +++ b/lib/libc/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1.1.1 1998/03/09 06:34:41 jb Exp $ # # Machine dependent definitions for the alpha architecture. # @@ -6,7 +6,8 @@ # NETBSD_SYSCALLS=1 -CFLAGS+=-D__NETBSD_SYSCALLS +# This is needed in more places than just libc, so it is now set in sys.mk +#CFLAGS+=-D__NETBSD_SYSCALLS # # Alpha is 64-bit, so it doesn't need quad functions: |
