1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Build gdb on PowerPC.

This commit is contained in:
Marcel Moolenaar 2006-08-24 15:46:29 +00:00
parent 6d247f1c08
commit e6fcb75d5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161578

View File

@ -24,7 +24,7 @@ SUBDIR= bc \
sort \
${_texinfo}
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
.if ${MACHINE_ARCH} == "arm"
MK_GDB= no # not yet
.endif