Add FreeBSD-amd64 to configure
This commit is contained in:
parent
2dd9f3373b
commit
7817bef866
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -319,13 +319,13 @@ case $SYSTEM in
|
|||
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
|
||||
# be supported with the SunOS 4.x driver files.
|
||||
EXTRA_OBJECTS="sys_sunos.o strerror.o"
|
||||
EXTRA_LIBS="-lkvm"
|
||||
SYSDEFS="-DSUNOS"
|
||||
echo "Configuring for BSD/386 (using SunOS driver)"
|
||||
echo "Configuring for $SYSTEM (using SunOS driver)"
|
||||
;;
|
||||
NetBSD-* )
|
||||
EXTRA_OBJECTS="sys_netbsd.o"
|
||||
|
|
Loading…
Reference in a new issue