comparison src/build-gcc.mk @ 3926:ee802fc5dd9b

gcc: update to 5.1.0, update isl, libgpg_error * src/build-gcc.mk: update version, checksum, remove cloog as a dependancy * src/gcc-isl-1-fixes.patch: remove patch * src/isl-1-fixes.patch: update patch * src/isl.mk: update version, checksum * src/libgpg_error-1-fixes.patch: remove patch * src/libgpg_error.mk: update version, checksum * src/native-gcc.mk: update version, checksum, remove cloog as a dependancy * dist-files.mk: remove gcc-isl-1-fixes.patch, libgpg_error-1-fixes.patch
author John D
date Sun, 03 May 2015 20:38:29 -0400
parents d7b2bb282421
children 8ed7da7e39d4
comparison
equal deleted inserted replaced
3925:7ee26841a98b 3926:ee802fc5dd9b
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 := build-gcc 4 PKG := build-gcc
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.9.2 6 $(PKG)_VERSION := 5.1.0
7 $(PKG)_CHECKSUM := 79dbcb09f44232822460d80b033c962c0237c6d8 7 $(PKG)_CHECKSUM := b6c947b09adf780fe02065d0c48bfd7b4bdddfa3
8 $(PKG)_SUBDIR := gcc-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
9 $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_URL_2 := ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) 11 $(PKG)_URL_2 := ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
12 12
13 $(PKG)_DEPS := build-cmake gcc-cloog gcc-gmp gcc-isl gcc-mpc gcc-mpfr 13 $(PKG)_DEPS := build-cmake gcc-gmp gcc-isl gcc-mpc gcc-mpfr
14 ifneq ($(MXE_NATIVE_BUILD),yes) 14 ifneq ($(MXE_NATIVE_BUILD),yes)
15 $(PKG)_DEPS += build-binutils 15 $(PKG)_DEPS += build-binutils
16 endif 16 endif
17 ifeq ($(MXE_SYSTEM),mingw) 17 ifeq ($(MXE_SYSTEM),mingw)
18 $(PKG)_DEPS += mingw-w64 18 $(PKG)_DEPS += mingw-w64