svn commit: r222024 - projects/bhyve/sys/modules/vmm
Neel Natu
neel at FreeBSD.org
Tue May 17 13:47:32 UTC 2011
Author: neel
Date: Tue May 17 13:47:32 2011
New Revision: 222024
URL: http://svn.freebsd.org/changeset/base/222024
Log:
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@
Modified:
projects/bhyve/sys/modules/vmm/Makefile
Modified: projects/bhyve/sys/modules/vmm/Makefile
==============================================================================
--- projects/bhyve/sys/modules/vmm/Makefile Tue May 17 12:58:19 2011 (r222023)
+++ projects/bhyve/sys/modules/vmm/Makefile Tue May 17 13:47:32 2011 (r222024)
@@ -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
More information about the svn-src-projects
mailing list