comparison src/gcc-gmp.mk @ 3502:d667a65b0f2f

update gcc dependencies
author John W. Eaton <jwe@octave.org>
date Tue, 04 Feb 2014 15:25:39 -0500
parents 3c7b3646d0b3
children f8e5b89bb3e3
comparison
equal deleted inserted replaced
3501:33b776056ec1 3502:d667a65b0f2f
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gcc-gmp 4 PKG := gcc-gmp
5 $(PKG)_IGNORE = $(gmp_IGNORE) 5 $(PKG)_IGNORE = $(gmp_IGNORE)
6 $(PKG)_VERSION := 5.0.5 6 $(PKG)_VERSION := $(gmp_VERSION)
7 $(PKG)_CHECKSUM = $(gmp_CHECKSUM) 7 $(PKG)_CHECKSUM = $(gmp_CHECKSUM)
8 $(PKG)_SUBDIR = $(gmp_SUBDIR) 8 $(PKG)_SUBDIR = $(gmp_SUBDIR)
9 $(PKG)_FILE = $(gmp_FILE) 9 $(PKG)_FILE = $(gmp_FILE)
10 $(PKG)_URL = $(gmp_URL) 10 $(PKG)_URL = $(gmp_URL)
11 $(PKG)_URL_2 = $(gmp_URL_2) 11 $(PKG)_URL_2 = $(gmp_URL_2)