Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 13:47:32 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r222024 - projects/bhyve/sys/modules/vmm
Message-ID:  <201105171347.p4HDlWqT033499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105171347.p4HDlWqT033499>