mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
Make the logic more explicit.
This commit is contained in:
parent
c3917acb86
commit
d80e71799d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85193
@ -9,7 +9,7 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|||||||
size strings strip doc
|
size strings strip doc
|
||||||
|
|
||||||
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)
|
||||||
SUBDIR+= gdb gdbserver gdbreplay
|
SUBDIR+= gdb gdbserver gdbreplay
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user