Remove misleading macro definition (-DOLD_BINUTILS) from CFLAGS.

At this point we require binutils from ports that understands how to
assemble the VT-x instructions.

Discussed with: grehan@
This commit is contained in:
Neel Natu 2011-05-17 13:47:32 +00:00
parent b67e81db43
commit 17debe0d59

View file

@ -10,7 +10,6 @@ KMOD= vmm
SRCS= device_if.h bus_if.h pci_if.h
CFLAGS+= -DVMM_KEEP_STATS -DSMP
CFLAGS+= -DOLD_BINUTILS
CFLAGS+= -I${.CURDIR}/../../amd64/vmm
CFLAGS+= -I${.CURDIR}/../../amd64/vmm/io
CFLAGS+= -I${.CURDIR}/../../amd64/vmm/intel