summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/Makefile.inc
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-09 06:34:43 +0000
committerjb <jb@FreeBSD.org>1998-03-09 06:34:43 +0000
commit044863dc3547dbb8c7d4efacd50da4a388900b8b (patch)
treebbd817f44548e1d2fbbda1b60ae6d45b265609c2 /lib/libc/alpha/Makefile.inc
parent5936ee903a7ddea3af0822c836a585177d5108b8 (diff)
downloadFreeBSD-src-044863dc3547dbb8c7d4efacd50da4a388900b8b.zip
FreeBSD-src-044863dc3547dbb8c7d4efacd50da4a388900b8b.tar.gz
Import sources from NetBSD, tweaked for building in FreeBSD.
Diffstat (limited to 'lib/libc/alpha/Makefile.inc')
-rw-r--r--lib/libc/alpha/Makefile.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc
new file mode 100644
index 0000000..b4b402b
--- /dev/null
+++ b/lib/libc/alpha/Makefile.inc
@@ -0,0 +1,14 @@
+# $Id$
+#
+# Machine dependent definitions for the alpha architecture.
+#
+# The alpha uses a NetBSD kernel:
+#
+NETBSD_SYSCALLS=1
+
+CFLAGS+=-D__NETBSD_SYSCALLS
+
+#
+# Alpha is 64-bit, so it doesn't need quad functions:
+#
+NO_QUAD=1
OpenPOWER on IntegriCloud