mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
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:
parent
b67e81db43
commit
17debe0d59
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue