From c105a845c440901f7d375c21a1785dd5b9e15cd0 Mon Sep 17 00:00:00 2001 From: grehan Date: Wed, 11 Jul 2012 23:12:17 +0000 Subject: [PATCH] BHyVe's vmm.ko can now be built with the in-tree binutils. Many thanks to jhb@ for making this happen. --- sys/modules/vmm/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index 427d77ebc2b..eda6fb0e05b 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -1,10 +1,5 @@ # $FreeBSD$ -# *REQUIRES* binutils 2.20.1 for VT-x instructions -AS= /usr/local/bin/as -LD= /usr/local/bin/ld -CFLAGS+= -B /usr/local/bin - KMOD= vmm SRCS= opt_ddb.h device_if.h bus_if.h pci_if.h -- 2.45.2