mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 09:45:06 -05:00
Add FreeBSD-amd64 to configure
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -319,13 +319,13 @@ case $SYSTEM in
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
BSD/386-i[3456]86|FreeBSD-i386 )
|
BSD/386-i[3456]86|FreeBSD-i386|FreeBSD-amd64 )
|
||||||
# Antti Jrvinen <costello@iki.fi> reported that this system can
|
# Antti Jrvinen <costello@iki.fi> reported that this system can
|
||||||
# be supported with the SunOS 4.x driver files.
|
# be supported with the SunOS 4.x driver files.
|
||||||
EXTRA_OBJECTS="sys_sunos.o strerror.o"
|
EXTRA_OBJECTS="sys_sunos.o strerror.o"
|
||||||
EXTRA_LIBS="-lkvm"
|
EXTRA_LIBS="-lkvm"
|
||||||
SYSDEFS="-DSUNOS"
|
SYSDEFS="-DSUNOS"
|
||||||
echo "Configuring for BSD/386 (using SunOS driver)"
|
echo "Configuring for $SYSTEM (using SunOS driver)"
|
||||||
;;
|
;;
|
||||||
NetBSD-* )
|
NetBSD-* )
|
||||||
EXTRA_OBJECTS="sys_netbsd.o"
|
EXTRA_OBJECTS="sys_netbsd.o"
|
||||||
|
|||||||
Reference in New Issue
Block a user