summaryrefslogtreecommitdiffstats
path: root/src/gcc-mpfr.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-13 12:44:04 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-25 01:23:27 (GMT)
commit3132accaf157d8940a7f2287344cba2cd62c482f (patch)
treee705a86ed95b65713d75bedaabaf3b0df461076d /src/gcc-mpfr.mk
parentc8dd7556b42d67c6134dc222399c026fdecf83ab (diff)
downloadmxe-3132accaf157d8940a7f2287344cba2cd62c482f.zip
mxe-3132accaf157d8940a7f2287344cba2cd62c482f.tar.gz
mxe-3132accaf157d8940a7f2287344cba2cd62c482f.tar.bz2
remove gcc-* virtual packages
Diffstat (limited to 'src/gcc-mpfr.mk')
-rw-r--r--src/gcc-mpfr.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/gcc-mpfr.mk b/src/gcc-mpfr.mk
deleted file mode 100644
index 78192c9..0000000
--- a/src/gcc-mpfr.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# This file is part of MXE.
-# See index.html for further information.
-
-PKG := gcc-mpfr
-$(PKG)_IGNORE = $(mpfr_IGNORE)
-$(PKG)_VERSION = $(mpfr_VERSION)
-$(PKG)_CHECKSUM = $(mpfr_CHECKSUM)
-$(PKG)_SUBDIR = $(mpfr_SUBDIR)
-$(PKG)_FILE = $(mpfr_FILE)
-$(PKG)_URL = $(mpfr_URL)
-$(PKG)_URL_2 = $(mpfr_URL_2)
-$(PKG)_DEPS := gcc-gmp
-
-define $(PKG)_UPDATE
- echo $(mpfr_VERSION)
-endef
-
-define $(PKG)_BUILD
- mkdir '$(1).build'
- cd '$(1).build' && '$(1)/configure' \
- --prefix='$(PREFIX)' \
- --disable-shared \
- --with-gmp='$(PREFIX)'
- $(MAKE) -C '$(1).build' -j '$(JOBS)'
- $(MAKE) -C '$(1).build' -j 1 install
-endef
-
-$(PKG)_BUILD_$(BUILD) =