diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-19 17:08:32 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-19 17:08:32 +0000 |
| commit | 9bfba55ce83291310e5b75e1343cb48b88b75629 (patch) | |
| tree | c4fc193eb6df8cfa72e4826f99511511bd0f8d19 /gnu/usr.bin/binutils/Makefile | |
| parent | f61bf0543896353b1f35b7bbb1a73ae53975f3c4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 54eace9c8026..b6178626fbde 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -9,7 +9,9 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ size strings strip doc TARGET_ARCH?= ${MACHINE_ARCH} -.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \ +.if (${TARGET_ARCH} == "alpha" \ + || ${TARGET_ARCH} == "i386" \ + || ${TARGET_ARCH} == "sparc64") \ && !defined(NO_GDB) SUBDIR+= gdb gdbreplay .endif |
