mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
add to /etc/make.conf to use FreeBSD's libc with a NetBSD/Alpha kernel. From now on, FreeBSD/Alpha is just FreeBSD.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $Id: Makefile.inc,v 1.2 1998/06/09 22:59:16 jb Exp $
|
|
#
|
|
# Machine dependent definitions for the alpha architecture.
|
|
#
|
|
# 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
|
|
# CFLAGS=-D__NETBSD_SYSCALLS
|
|
#
|
|
# The alpha libc now uses FreeBSD syscalls by default.
|
|
|
|
#
|
|
# Alpha is 64-bit, so it doesn't need quad functions:
|
|
#
|
|
NO_QUAD=1
|