summaryrefslogtreecommitdiff
path: root/package/binutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-01 21:30:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-01 21:31:08 +0200
commit55919159abc0649b807d00060bf28fbc568fdef7 (patch)
tree9ea1b9fe5d3cbceefe267a9ca7de72078666a874 /package/binutils/Makefile
parent3ae796f3b2ea42f5f663b7afd1bc3b7a5059ac3b (diff)
disable doc generation, reduce build time, from buildroot
Diffstat (limited to 'package/binutils/Makefile')
-rw-r--r--package/binutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile
index 9e40c2e97..c86fc7d10 100644
--- a/package/binutils/Makefile
+++ b/package/binutils/Makefile
@@ -22,13 +22,14 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BINUTILS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBBFD,libbfd,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_LIBBFD},${PKGSD_LIBBFD},${PKGSC_LIBBFD},${PKG_OPTS}))
+TARGET_CFLAGS+= -fPIC
+CONFIGURE_ENV+= ac_cv_prog_MAKEINFO=missing
+
ifeq ($(ADK_LINUX_SH)$(ADK_LINUX_X86_64),)
CONFIGURE_ARGS+= --disable-multilib
else
CONFIGURE_ARGS+= --enable-multilib
endif
-
-TARGET_CFLAGS+= -fPIC
CONFIGURE_ARGS+= --disable-werror \
--disable-install-libiberty \
--host=$(GNU_TARGET_NAME) \