summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-06-09 20:35:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:29 +0100
commit127e96197596457d72a5e9ff8bdce715034b345c (patch)
tree75b3de7a976c87953885e35d310cba374e71d89e /rules
parent9bfb0271a4d0053d6ff428e94d167a84efcb1409 (diff)
downloadOSELAS.Toolchain-127e96197596457d72a5e9ff8bdce715034b345c.tar.gz
OSELAS.Toolchain-127e96197596457d72a5e9ff8bdce715034b345c.tar.xz
host-mpfr: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-mpfr.make32
1 files changed, 2 insertions, 30 deletions
diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
index 942f4b9..5586601 100644
--- a/rules/host-mpfr.make
+++ b/rules/host-mpfr.make
@@ -28,46 +28,18 @@ HOST_MPFR_URL := \
http://cross-lfs.org/files/packages/svn/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(HOST_MPFR_SOURCE):
- @$(call targetinfo)
- @$(call get, HOST_MPFR)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-mpfr.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_MPFR_DIR))
- @$(call extract, HOST_MPFR, $(HOST_BUILDDIR))
- @$(call patchin, HOST_MPFR, $(HOST_MPFR_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-HOST_MPFR_PATH := PATH=$(HOST_PATH)
-HOST_MPFR_ENV := $(HOST_ENV)
HOST_MPFR_DEVPKG:= NO
#
# autoconf
#
-HOST_MPFR_AUTOCONF := \
+HOST_MPFR_CONF_TOOL := autoconf
+HOST_MPFR_CONF_OPT := \
$(PTX_HOST_AUTOCONF) \
--disable-shared \
--enable-static
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-mpfr_clean:
- rm -rf $(STATEDIR)/host-mpfr.*
- rm -rf $(HOST_MPFR_DIR)
-
# vim: syntax=make