gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6494: update gcc9 to 9.0.1-RC-20190430


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6494: update gcc9 to 9.0.1-RC-20190430
Date: Tue, 30 Apr 2019 12:11:26 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6494
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2019-04-30 09:11:20 -0700
message:
  update gcc9 to 9.0.1-RC-20190430
modified:
  pkg/gnualpha/gcc9/Makefile     makefile-20180430051416-apjm8gmvy08pz1zi-3
  pkg/gnualpha/gcc9/config.mk    config.mk-20180430051416-apjm8gmvy08pz1zi-2
  pkg/gnualpha/gcc9/sha256sums   sha256sums-20180430051416-apjm8gmvy08pz1zi-4
=== modified file 'pkg/gnualpha/gcc9/Makefile'
--- a/pkg/gnualpha/gcc9/Makefile        2019-04-29 08:19:49 +0000
+++ b/pkg/gnualpha/gcc9/Makefile        2019-04-30 16:11:20 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018, 2019 Carl Hansen <address@hidden>
+# Copyright ©2017, 2018, 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,13 +22,13 @@
 NAME = The GNU Compiler Collection version 9
 GARNAME = gcc9
 UPSTREAMNAME = gcc
-GARVERSION =  9-20190428
+GARVERSION =  9.0.1-RC-20190430
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection alpha version 9
 define BLURB
 GCC is the GNU Compiler Collection 9.  It provides compiler front-ends
 for several languages, including C, C++, Objective-C, Objective-C++, Fortran, 
-Ada, D, and Go.  It also includes runtime support libraries for these
+Ada, D, Brig, and Go.  It also includes runtime support libraries for these
 languages.
 endef
 
@@ -77,8 +77,8 @@
        gnat_ugn.info     \
        libgomp.info  \
        libitm.info  \
-       libquadmath.info  \
-       libiberty.info  
+       libquadmath.info  
+#      libiberty.info  
 
 # BUG gccbrig.info gfc-internals.info not installing correctly yet
 
@@ -92,14 +92,14 @@
 
 
 build-docompilers: 
-       cd $(WORKOBJ) && $(MAKE) all
+       cd $(WORKOBJ) && CFLAGS=-fno-split-stack $(MAKE) -k 
        $(MAKECOOKIE)
 
+       #cd $(WORKOBJ)/libiberty/ $(MAKE)  info
 # slightly imperfect, but it worked .... sometimes
 # a work-around for error message...
 #post-build: build
 #      #CFLAGS=-fno-split-stack $(MAKE) -C $(WORKOBJ)/ all
-#      $(MAKE) -C $(WORKOBJ)/libiberty/  info
 #      $(MAKECOOKIE)
 
 #install-links: build

=== modified file 'pkg/gnualpha/gcc9/config.mk'
--- a/pkg/gnualpha/gcc9/config.mk       2019-04-29 08:19:49 +0000
+++ b/pkg/gnualpha/gcc9/config.mk       2019-04-30 16:11:20 +0000
@@ -70,8 +70,8 @@
 # enable-bootstrap might not be necessary, but it solves some problems
 # of building when not using recent gcc to build.
 
-#CFLAGS+=-fno-split-stack
-BUILD_OPTS ?=  -Wall -Wextra  CFLAGS+=-fsplit-stack CPLUSFLAGS+=-fsplit-stack 
LIBS=-liconv
+#CFLAGS+=-fno-split-stack  due to compile problems with gccgo
+BUILD_OPTS ?=  -Wall -Wextra  CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack LIBS=-liconv
 
 #BUILD_OPTS ?= 
 

=== modified file 'pkg/gnualpha/gcc9/sha256sums'
--- a/pkg/gnualpha/gcc9/sha256sums      2019-04-29 08:19:49 +0000
+++ b/pkg/gnualpha/gcc9/sha256sums      2019-04-30 16:11:20 +0000
@@ -1,1 +1,1 @@
-6b75ad6fedcc1c4fad77283d440a2816cccc859200d98329949d2eb1397fa590  
download/gcc-9-20190428.tar.xz
+91c6647bec7b38056d7b931a104f457bffae4c451038a7f9a8a18513b567e9d9  
download/gcc-9.0.1-RC-20190430.tar.xz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]