summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-06-09 20:35:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:29 +0100
commit9bfb0271a4d0053d6ff428e94d167a84efcb1409 (patch)
tree2f67efffea642da15e716a16ee075bd55f75c205
parent5775c20666da16027fe4bf8dd2860b52909a4c9d (diff)
downloadOSELAS.Toolchain-9bfb0271a4d0053d6ff428e94d167a84efcb1409.tar.gz
OSELAS.Toolchain-9bfb0271a4d0053d6ff428e94d167a84efcb1409.tar.xz
host-mpc: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-mpc.make21
1 files changed, 2 insertions, 19 deletions
diff --git a/rules/host-mpc.make b/rules/host-mpc.make
index 940e092..297a605 100644
--- a/rules/host-mpc.make
+++ b/rules/host-mpc.make
@@ -25,35 +25,18 @@ HOST_MPC_SOURCE := $(SRCDIR)/$(HOST_MPC).$(HOST_MPC_SUFFIX)
HOST_MPC_DIR := $(HOST_BUILDDIR)/$(HOST_MPC)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(HOST_MPC_SOURCE):
- @$(call targetinfo)
- @$(call get, HOST_MPC)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-HOST_MPC_PATH := PATH=$(HOST_PATH)
-HOST_MPC_ENV := $(HOST_ENV)
HOST_MPC_DEVPKG := NO
#
# autoconf
#
-HOST_MPC_AUTOCONF := \
+HOST_MPC_CONF_TOOL := autoconf
+HOST_MPC_CONF_OPT := \
$(PTX_HOST_AUTOCONF) \
--disable-shared \
--enable-static
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-#host-mpc_clean:
-# rm -rf $(STATEDIR)/host-mpc.*
-# rm -rf $(HOST_MPC_DIR)
-
# vim: syntax=make