diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-05-02 16:11:43 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-05-02 16:11:43 +0000 |
| commit | 78bd37a6aea5ca3a92f6e9f744e69bd5f97d3bb1 (patch) | |
| tree | e23b9d8909d2fb1a004311f49040d4eb97625efe /gnu/usr.bin | |
| parent | f36fcbd258550d61917783b32a0852cac1840508 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 36bd4355ff598..bcdffd2f2e451 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,13 +1,14 @@ # -# $Id: Makefile,v 1.5 1999/04/18 10:25:57 obrien Exp $ +# $Id: Makefile,v 1.6 1999/05/02 11:38:12 dfr Exp $ # SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as ld nm objcopy objdump ranlib \ size strings strip doc -# Short term measure until I can get CVS to resurrect a file for alpha. -.if ${MACHINE_ARCH} == "i386" +# Maybe should be unconditional but I don't want to get in the +# way of the mips port. +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" SUBDIR+= gdb .endif |
