mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
NO_GDB while it is being upgraded.
This commit is contained in:
parent
989dd127e4
commit
c126c9fe5a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98942
@ -8,6 +8,7 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|||||||
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
|
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
|
||||||
size strings strip doc
|
size strings strip doc
|
||||||
|
|
||||||
|
NO_GDB=yes
|
||||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||||
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
|
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
|
||||||
&& !defined(NO_GDB)
|
&& !defined(NO_GDB)
|
||||||
|
Loading…
Reference in New Issue
Block a user