mxe/plugins/gcc6/gcc6-overlay.mk

32 lines
1.4 KiB
Makefile
Raw Normal View History

# This file is part of MXE. See LICENSE.md for licensing information.
2016-04-27 14:23:59 +01:00
# override relevant cloog, isl, and gcc variables changed in:
# https://github.com/mxe/mxe/pull/965
#
# simply expanded variables (*_SUBDIR, *_FILE, etc.) need to be set
PKG := cloog
$(PKG)_TARGETS := $(MXE_TARGETS)
PKG := isl
$(PKG)_VERSION := 0.16.1
$(PKG)_CHECKSUM := 412538bb65c799ac98e17e8cfcdacbb257a57362acfaaff254b0fcae970126d2
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
2019-09-02 21:40:09 +01:00
$(PKG)_URL := https://isl.gforge.inria.fr/$($(PKG)_FILE)
2017-10-19 19:39:25 +01:00
$(PKG)_URL_2 := https://gcc.gnu.org/pub/gcc/infrastructure/$($(PKG)_FILE)
2016-04-27 14:23:59 +01:00
PKG := gcc
2018-11-13 16:44:40 +00:00
$(PKG)_VERSION := 6.5.0
$(PKG)_CHECKSUM := 7ef1796ce497e89479183702635b14bb7a46b53249209a5e0f999bebf4740945
2016-04-27 14:23:59 +01:00
$(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
2017-07-21 00:52:10 +01:00
$(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.xz
2017-03-05 03:41:39 +00:00
$(PKG)_URL := https://ftp.gnu.org/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
2018-08-15 03:43:24 +01:00
$(PKG)_URL_2 := https://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_PATCHES := $(dir $(lastword $(MAKEFILE_LIST)))/gcc6.patch
2018-08-15 03:44:30 +01:00
# set these in respective makefiles if gcc6 becomes default
# and leave them blank for gcc5 plugin
gtkimageview_EXTRA_WARNINGS = -Wno-error=misleading-indentation
guile_EXTRA_WARNINGS = -Wno-error=misleading-indentation