mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
GDB has moved up one level.
This commit is contained in:
parent
9e104bcbfc
commit
88ef5f9abd
1 changed files with 0 additions and 8 deletions
|
|
@ -4,12 +4,4 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|||
addr2line ar as ld nm objcopy objdump ranlib readelf \
|
||||
size strings strip doc
|
||||
|
||||
NO_GDB= yes
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
.if (${TARGET_ARCH} == "alpha" \
|
||||
|| ${TARGET_ARCH} == "i386" ) \
|
||||
&& !defined(NO_GDB)
|
||||
SUBDIR+= gdb gdbreplay
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue