view src/gcc-gmp.mk @ 3309:7b9b5cf1fb92

qt: create build tools bin director before install * src/qt.mk: create build tools bin director before install
author John Donoghue <john.donoghue@ieee.org>
date Mon, 11 Nov 2013 00:24:35 -0500
parents b5321bdec505
children 13be64f9f16d
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := gcc-gmp
$(PKG)_IGNORE    = $(gmp_IGNORE)
$(PKG)_CHECKSUM  = $(gmp_CHECKSUM)
$(PKG)_SUBDIR    = $(gmp_SUBDIR)
$(PKG)_FILE      = $(gmp_FILE)
$(PKG)_URL       = $(gmp_URL)
$(PKG)_URL_2     = $(gmp_URL_2)
$(PKG)_DEPS     :=

define $(PKG)_UPDATE
    echo $(gmp_VERSION)
endef