aboutsummaryrefslogtreecommitdiffstats
path: root/base/binutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'base/binutils/Makefile')
-rw-r--r--base/binutils/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/base/binutils/Makefile b/base/binutils/Makefile
index 8e1b175504c9..7eb28ee8ac0a 100644
--- a/base/binutils/Makefile
+++ b/base/binutils/Makefile
@@ -23,27 +23,11 @@ BUTARGET= ${TARGETARCH}-unknown-${OPSYS:tl}${OSREL}
CONFIGURE_ARGS+= --disable-host-shared
PREFIX= /usr
-BUREMOVE= addr2line \
- ar \
- c++filt \
- dlltool \
- elfedit \
- gprof \
- nlmconv \
- nm \
- ranlib \
- readelf \
- size \
- strings \
- strip \
- windmc \
- windres
.include "${MASTERDIR}/Makefile"
.if ${OSVERSION} >= 1100100
PLIST_SUB+= OBJCOPY="@comment "
-BUREMOVE+= objcopy
.else
PLIST_SUB+= OBJCOPY=""
.endif