From e09726cd75a5f233793ca92f7bd09d77a72e6b05 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Dec 2015 09:22:40 +0100 Subject: various small fixes, arm vexpress disk support is working now --- mk/host-bottom.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mk/host-bottom.mk') 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) -- cgit v1.2.3