mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
For stuff under gnu/usr.bin/gdb, search contrib/binutils/include before
contrib/gdb/include, since that contains newer versions of the same files.
This commit is contained in:
parent
ce43f651bd
commit
e9071af4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,8 +34,8 @@ CFLAGS+= -I${TARGET_SUBDIR}
|
|||
CFLAGS+= -I${BMAKE_BU}/libbfd -I${BMAKE_BU}/libbfd/${TARGET_ARCH}
|
||||
CFLAGS+= -I${CNTRB_GDB}/gdb
|
||||
CFLAGS+= -I${CNTRB_GDB}/gdb/config
|
||||
CFLAGS+= -I${CNTRB_GDB}/include
|
||||
CFLAGS+= -I${CNTRB_BU}/include
|
||||
CFLAGS+= -I${CNTRB_GDB}/include
|
||||
CFLAGS+= -I${CNTRB_BU}/bfd
|
||||
|
||||
GENSRCS+= nm.h tm.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue