summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-28 09:22:40 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-28 09:22:54 +0100
commite09726cd75a5f233793ca92f7bd09d77a72e6b05 (patch)
tree8b53382b7a6c581cc53a40e84a2478e511772dda /mk/host-bottom.mk
parent7df7d00ae20f1ce312c86ac9fb6e5251e6b9a077 (diff)
various small fixes, arm vexpress disk support is working now
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index cfd4ce120..c27b3f2a6 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -22,8 +22,6 @@ ifeq (${HOST_STYLE},)
cd ${WRKBUILD}; \
env ${HOST_CONFIGURE_ENV} \
${BASH} ${WRKSRC}/${CONFIGURE_PROG} \
- --program-prefix= \
- --program-suffix= \
--prefix=${STAGING_HOST_DIR}/usr \
--bindir=${STAGING_HOST_DIR}/usr/bin \
--datadir=${STAGING_HOST_DIR}/usr/share \
@@ -31,9 +29,6 @@ ifeq (${HOST_STYLE},)
--libdir=${STAGING_HOST_DIR}/usr/lib \
--libexecdir=${STAGING_HOST_DIR}/usr/libexec \
--sysconfdir=${STAGING_HOST_DIR}/etc \
- --disable-dependency-tracking \
- --disable-libtool-lock \
- --disable-nls \
${HOST_CONFIGURE_ARGS} $(MAKE_TRACE)
endif
ifeq (${HOST_STYLE},auto)