1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:06:22 +03:00

tools/mpfr: remove bogus configure override

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33433 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-09-15 14:17:46 +00:00
parent cbefadaaef
commit 8461eed21e

View File

@ -22,9 +22,4 @@ HOST_CONFIGURE_ARGS += \
--disable-shared \
--with-gmp=$(STAGING_DIR_HOST)
define Host/Configure
echo "PATH=$(shell echo $$PATH)"
$(call Host/Configure/Default)
endef
$(eval $(call HostBuild))