mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-08 23:58:10 +00:00
tools/mpc: remove bogus configure override
SVN-Revision: 33435
This commit is contained in:
parent
3207472445
commit
4620e713a4
@ -23,13 +23,4 @@ HOST_CONFIGURE_ARGS += \
|
|||||||
--with-mpfr=$(TOPDIR)/staging_dir/host \
|
--with-mpfr=$(TOPDIR)/staging_dir/host \
|
||||||
--with-gmp=$(TOPDIR)/staging_dir/host
|
--with-gmp=$(TOPDIR)/staging_dir/host
|
||||||
|
|
||||||
define Host/Configure
|
|
||||||
(cd $(HOST_BUILD_DIR)/$(3); \
|
|
||||||
$(HOST_CONFIGURE_CMD) \
|
|
||||||
$(HOST_CONFIGURE_VARS) \
|
|
||||||
$(HOST_CONFIGURE_ARGS); \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
|
Loading…
Reference in New Issue
Block a user