diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-25 07:34:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-25 07:34:56 +0000 |
| commit | 88ef5f9abdc6ee815d27909ee5a3d67a1c387aee (patch) | |
| tree | 840307111b59a22e91ce68e1291ab5eaa2e59cd7 /gnu/usr.bin/binutils/Makefile | |
| parent | 9e104bcbfc653d2565af7730960d2bf323432433 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 70682e7fbb78..80c9d2911422 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -4,12 +4,4 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as ld nm objcopy objdump ranlib readelf \ size strings strip doc -NO_GDB= yes -TARGET_ARCH?= ${MACHINE_ARCH} -.if (${TARGET_ARCH} == "alpha" \ - || ${TARGET_ARCH} == "i386" ) \ - && !defined(NO_GDB) -SUBDIR+= gdb gdbreplay -.endif - .include <bsd.subdir.mk> |
