mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn off GDB for now. It and the new binutils just aren't agreeing on our
binary format.
This commit is contained in:
parent
736d88a9cb
commit
acdb91f616
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|||
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
|
||||
size strings strip doc
|
||||
|
||||
NO_GDB=yes
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
.if (${TARGET_ARCH} == "alpha" \
|
||||
|| ${TARGET_ARCH} == "i386" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue