summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile3
-rw-r--r--gnu/usr.bin/binutils/libbinutils/Makefile3
-rw-r--r--gnu/usr.bin/binutils/libiberty/Makefile3
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile3
4 files changed, 0 insertions, 12 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index fee486c30982..2aea1f401e15 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -16,10 +16,7 @@ WARNS= 2
CFLAGS+= -I${SRCDIR}/bfd
CFLAGS+= -DBFD_VERSION=\"${VERSION_DATE}\" -DBFD_VERSION_DATE=${VERSION_DATE}
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
-NOPROFILE= true
-NOPIC= true
INTERNALLIB= true
-INTERNALSTATICLIB=true
CLEANFILES+= config.h targmatch.h
# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile
index ef58e82ef78f..d9cd774f28d6 100644
--- a/gnu/usr.bin/binutils/libbinutils/Makefile
+++ b/gnu/usr.bin/binutils/libbinutils/Makefile
@@ -13,9 +13,6 @@ CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
CFLAGS+= -I${SRCDIR}/binutils
CFLAGS+= -I${SRCDIR}/bfd
-NOPROFILE= true
-NOPIC= true
INTERNALLIB= true
-INTERNALSTATICLIB=true
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile
index 3d86ef443e53..f34be9e2f2ca 100644
--- a/gnu/usr.bin/binutils/libiberty/Makefile
+++ b/gnu/usr.bin/binutils/libiberty/Makefile
@@ -15,9 +15,6 @@ SRCS+= basename.c
.endif
WARNS= 1
CFLAGS+= -DHAVE_CONFIG_H
-NOPROFILE= true
-NOPIC= true
INTERNALLIB= true
-INTERNALSTATICLIB=true
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile b/gnu/usr.bin/binutils/libopcodes/Makefile
index 356ecb706b42..053245f89e97 100644
--- a/gnu/usr.bin/binutils/libopcodes/Makefile
+++ b/gnu/usr.bin/binutils/libopcodes/Makefile
@@ -7,10 +7,7 @@
LIB= opcodes
SRCS+= dis-buf.c disassemble.c
CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
-NOPROFILE= true
-NOPIC= true
INTERNALLIB= true
-INTERNALSTATICLIB=true
# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
# binutils release. FreeBSD only distributes the bits that are required to