gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6501: update gcc9 to 9.1.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6501: update gcc9 to 9.1.0
Date: Fri, 3 May 2019 11:48:48 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6501
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2019-05-03 08:48:43 -0700
message:
  update gcc9 to 9.1.0
added:
  pkg/gnu/gcc9/gpg-keyring       gpgkeyring-20190503154823-apwvb3hymkivboyd-1
renamed:
  pkg/gnualpha/gcc9/ => pkg/gnu/gcc9/ gcc9-20180430051416-apjm8gmvy08pz1zi-1
modified:
  pkg/gnu/gcc9/Makefile          makefile-20180430051416-apjm8gmvy08pz1zi-3
  pkg/gnu/gcc9/config.mk         config.mk-20180430051416-apjm8gmvy08pz1zi-2
  pkg/gnu/gcc9/sha256sums        sha256sums-20180430051416-apjm8gmvy08pz1zi-4
=== renamed directory 'pkg/gnualpha/gcc9' => 'pkg/gnu/gcc9'
=== modified file 'pkg/gnu/gcc9/Makefile'
--- a/pkg/gnualpha/gcc9/Makefile        2019-05-01 22:22:39 +0000
+++ b/pkg/gnu/gcc9/Makefile     2019-05-03 15:48:43 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 9
 GARNAME = gcc9
 UPSTREAMNAME = gcc
-GARVERSION =  9.0.1-RC-20190430
+GARVERSION =  9.1.0
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection alpha version 9
 define BLURB
@@ -32,19 +32,13 @@
 languages.
 endef
 
-# if downloading not working, look here:
-# ftp://gcc.gnu.org/pub/gcc/snapshots/
-
-
 ######################################################################
 
-MASTER_SITES = ftp://gcc.gnu.org/
-MASTER_SUBDIR = pub/gcc/snapshots/$(GARVERSION)/
-#MASTER_SITES = $(MASTER_GNU)
-#MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
+MASTER_SITES = $(MASTER_GNU)/
+MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
 DISTNAME= $(UPSTREAMNAME)-$(GARVERSION)
 DISTFILES = $(DISTNAME).tar.xz 
-SIGFILES =
+SIGFILES  = $(DISTNAME).tar.xz.sig
 
 WORKSRC = $(WORKDIR)/gcc-$(GARVERSION)
 WORKOBJ = $(WORKDIR)/gcc-$(GARVERSION).build
@@ -54,6 +48,8 @@
 BUILDDEPS = gmp mpfr mpc zlib
 LIBDEPS = 
 
+# HINT: this Makefile is still being tested. Any comments, address@hidden
+
 ######################################################################
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
@@ -98,8 +94,8 @@
        #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 V=1  -C $(WORKOBJ) 
+post-build: extract
+       CFLAGS=-fno-split-stack make V=1  -C $(WORKOBJ)  -f Makefile
        $(MAKECOOKIE) 
        
 #$(BUILD_OPTS)

=== modified file 'pkg/gnu/gcc9/config.mk'
--- a/pkg/gnualpha/gcc9/config.mk       2019-05-01 22:22:39 +0000
+++ b/pkg/gnu/gcc9/config.mk    2019-05-03 15:48:43 +0000
@@ -50,14 +50,14 @@
 --enable-lto \
 --enable-multiarch \
 --enable-multilib  \
+--with-multilib-list=m64 \
 --enable-nls \
---enable-objc-gc=auto \
+--enable-objc-gc=yes \
 --enable-plugin \
 --enable-shared \
 --enable-threads=posix \
 --with-abi=m64 \
 --with-default-libstdcxx-abi=new \
---with-multilib-list=m32,m64,mx32 \
 --with-system-zlib \
 --with-target-system-zlib \
 --with-tune=generic \
@@ -66,12 +66,14 @@
 --host=x86_64-linux-gnu \
 --target=x86_64-linux-gnu 
 
+#--with-multilib-list=m32,m64,mx32 \
+#--with-multilib-list=m32,m64 \
 
 # enable-bootstrap might not be necessary, but it solves some problems
 # of building when not using recent gcc to build.
 
 #CFLAGS+=-fno-split-stack  due to compile problems with gccgo
-BUILD_OPTS ?=  -Wall -Wextra  CFLAGS="-fno-split-stack $$CFLAGS" 
CPLUSFLAGS="-fno-split-stack $$CPLUSFLAGS"  LIBS="-liconv -lpthread $(LIBS)"
+BUILD_OPTS ?=  -Wall -Wextra  CFLAGS="-fno-split-stack $CFLAGS" 
CPLUSFLAGS="-fno-split-stack $CPLUSFLAGS"  LIBS="-liconv -lpthread $(LIBS)"
 
 #BUILD_OPTS ?= 
 

=== added file 'pkg/gnu/gcc9/gpg-keyring'
Binary files a/pkg/gnu/gcc9/gpg-keyring 1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/gcc9/gpg-keyring        2019-05-03 15:48:43 +0000 differ
=== modified file 'pkg/gnu/gcc9/sha256sums'
--- a/pkg/gnualpha/gcc9/sha256sums      2019-04-30 16:11:20 +0000
+++ b/pkg/gnu/gcc9/sha256sums   2019-05-03 15:48:43 +0000
@@ -1,1 +1,2 @@
-91c6647bec7b38056d7b931a104f457bffae4c451038a7f9a8a18513b567e9d9  
download/gcc-9.0.1-RC-20190430.tar.xz
+79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0  
download/gcc-9.1.0.tar.xz
+8ff58a80bc8189b001803e1b152364324bb8dd4415835ba16d0e05eeb3411f04  
download/gcc-9.1.0.tar.xz.sig


reply via email to

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