[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5519: update gcc9 to 9-20180506
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5519: update gcc9 to 9-20180506 |
Date: |
Sun, 6 May 2018 19:23:36 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5519
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-05-06 16:23:33 -0700
message:
update gcc9 to 9-20180506
modified:
pkg/gnualpha/gcc9/Makefile makefile-20180430051416-apjm8gmvy08pz1zi-3
pkg/gnualpha/gcc9/sha256sums sha256sums-20180430051416-apjm8gmvy08pz1zi-4
=== modified file 'pkg/gnualpha/gcc9/Makefile'
--- a/pkg/gnualpha/gcc9/Makefile 2018-05-03 03:35:47 +0000
+++ b/pkg/gnualpha/gcc9/Makefile 2018-05-06 23:23:33 +0000
@@ -18,9 +18,10 @@
#
# Send bug reports and comments about GSRC problems to address@hidden
-NAME = The GNU Compiler Collection
+NAME = The GNU Compiler Collection version 9
GARNAME = gcc9
-GARVERSION = 9-20180429
+UPSTREAMNAME = gcc
+GARVERSION = 9-20180506
HOME_URL = http://www.gnu.org/software/gcc
DESCRIPTION = GNU Compiler Collection alpha version 9
@@ -41,12 +42,13 @@
MASTER_SUBDIR = pub/gcc/snapshots/$(GARVERSION)/
#MASTER_SITES = $(MASTER_GNU)
#MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
+DISTNAME= $(UPSTREAMNAME)-$(GARVERSION)
DISTFILES = $(DISTNAME).tar.xz sha512.sum
SIGFILES =
#$(DISTNAME).tar.bz2.sig
-WORKOBJ = $(WORKDIR)/$(GARNAME)-$(GARVERSION).build
+WORKOBJ = $(WORKDIR)/$(DISTNAME).build
INSTALL_SCRIPTS = $(WORKOBJ)/Makefile links
INFO_FILES = cpp.info cppinternals.info cp-tools.info \
gccgo.info gccgo.info gcc.info gccinstall.info gccint.info \
@@ -147,7 +149,7 @@
make -C $(WORKOBJ)/ all
install-links:
- @ln -sf gcc $(packageprefix)/bin/cc
+ @ln -sf gcc-9 $(packageprefix)/bin/cc
@ln -sf ../bin/cpp $(packageprefix)/lib/cpp
$(MAKECOOKIE)
=== modified file 'pkg/gnualpha/gcc9/sha256sums'
--- a/pkg/gnualpha/gcc9/sha256sums 2018-04-30 05:14:38 +0000
+++ b/pkg/gnualpha/gcc9/sha256sums 2018-05-06 23:23:33 +0000
@@ -1,2 +1,2 @@
-86a0ce4f11fe43c9d591b0b503c1c82db6dfc597575366844b204efc702670fe
download/gcc-9-20180429.tar.xz
+dde70aaeb5569e422245051e4d3975e8dcc5a5ea8d0ee6f742dad4021908a7b6
download/gcc-9-20180506.tar.xz
31f8b9246853998fffaef01532cb986d95e9d779d940105747d13a08ec5fc956
download/sha512.sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5519: update gcc9 to 9-20180506,
Carl Hansen <=