From 17debe0d59fed38e2f5451580cf85d7f5fb6bbfa Mon Sep 17 00:00:00 2001 From: Neel Natu Date: Tue, 17 May 2011 13:47:32 +0000 Subject: [PATCH] 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@ --- sys/modules/vmm/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index bb901be7250..0c7ce542e2e 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -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