SF.net SVN: gar:[26312] csw/mgar/gar/v2/gar.conf.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 10 13:13:05 CET 2018
Revision: 26312
http://sourceforge.net/p/gar/code/26312
Author: dmichelsen
Date: 2018-01-10 12:13:05 +0000 (Wed, 10 Jan 2018)
Log Message:
-----------
GAR v2: Update GCC version to 5.5 and GNOME_ROOT to current values
Modified Paths:
--------------
csw/mgar/gar/v2/gar.conf.mk
Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk 2018-01-04 04:06:25 UTC (rev 26311)
+++ csw/mgar/gar/v2/gar.conf.mk 2018-01-10 12:13:05 UTC (rev 26312)
@@ -631,7 +631,7 @@
SOS12U5_CC_HOME ?= /opt/developerstudio12.5
GCC4_VERSION ?= 4.9
- GCC5_VERSION ?= 5.2
+ GCC5_VERSION ?= 5.5
GCC3_CC ?= $(GCC3_CC_HOME)/bin/gcc
GCC4_CC ?= $(GCC4_CC_HOME)/bin/gcc-$(GCC4_VERSION)
@@ -877,7 +877,7 @@
# Gnome
GNOME_PROJ ?= $(NAME)
-GNOME_ROOT = http://ftp.gnome.org/pub/GNOME/sources
+GNOME_ROOT = https://download.gnome.org/sources
GNOME_SUBV = $(shell echo $(VERSION) | awk -F. '{print $$1"."$$2}')
GNOME_MIRROR = $(GNOME_ROOT)/$(GNOME_PROJ)/$(GNOME_SUBV)/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list