diff options
author | marcel <marcel@FreeBSD.org> | 2006-08-24 15:46:29 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-08-24 15:46:29 +0000 |
commit | 06caf42da48893558da9f2ec275fd2a7849223d3 (patch) | |
tree | 23536df2b9845f31cdd8ff65583dac288d9c3a88 /gnu | |
parent | b3006313bd1aa6545b4c461b0aafa14d52862eec (diff) | |
download | FreeBSD-src-06caf42da48893558da9f2ec275fd2a7849223d3.zip FreeBSD-src-06caf42da48893558da9f2ec275fd2a7849223d3.tar.gz |
Build gdb on PowerPC.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index e9d77c2..73b0416 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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 |