mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
Need to look in additional places for BFD's config.h now.
This commit is contained in:
parent
8f0d33af07
commit
44fdcd56ee
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
|
|||
CFLAGS+= -I${GDBDIR}/gdb
|
||||
CFLAGS+= -I${GDBDIR}/gdb/config
|
||||
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
|
||||
CFLAGS+= -I../libbfd # for BFD's config.h
|
||||
CFLAGS+= -DNO_MMALLOC
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
|
|||
CFLAGS+= -I${GDBDIR}/gdb
|
||||
CFLAGS+= -I${GDBDIR}/gdb/config
|
||||
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
|
||||
CFLAGS+= -I../libbfd # for BFD's config.h
|
||||
CFLAGS+= -DNO_MMALLOC
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue