gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3641: update gcc to 6.1.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3641: update gcc to 6.1.0
Date: Wed, 27 Apr 2016 21:32:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3641
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2016-04-27 14:32:37 -0700
message:
  update gcc to 6.1.0
added:
  gnu/gcc/Makefile.5.3           makefile.5.3-20160427202842-hhgcqq0a9s2913s3-1
modified:
  gnu/gcc/Makefile               makefile-20100606211655-sj1nx80alech6rtq-23
  gnu/gcc/config.mk              config.mk-20121028224241-hqpcej2zkrwacd8d-1
  gnu/gcc/sha256sums             checksums-20100606211658-5hzo8yox58j5nahg-23
=== modified file 'gnu/gcc/Makefile'
--- a/gnu/gcc/Makefile  2015-12-06 19:13:44 +0000
+++ b/gnu/gcc/Makefile  2016-04-27 21:32:37 +0000
@@ -17,7 +17,7 @@
 
 NAME = The GNU Compiler Collection
 GARNAME = gcc
-GARVERSION = 5.3.0
+GARVERSION = 6.1.0
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection
 define BLURB
@@ -27,6 +27,9 @@
 languages.
 endef
 
+# if you wish to compile version 5.3, the older Makefile is supplied:
+#   make -f Makefile.5.3
+
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)

=== added file 'gnu/gcc/Makefile.5.3'
--- a/gnu/gcc/Makefile.5.3      1970-01-01 00:00:00 +0000
+++ b/gnu/gcc/Makefile.5.3      2016-04-27 21:32:37 +0000
@@ -0,0 +1,67 @@
+# Copyright © 2013, 2014, 2015 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = The GNU Compiler Collection
+GARNAME = gcc
+GARVERSION = 5.3.0
+HOME_URL = http://www.gnu.org/software/gcc
+DESCRIPTION = GNU Compiler Collection
+define BLURB
+GCC is the GNU Compiler Collection.  It provides compiler front-ends
+for several languages, including C, C++, Objective-C, Fortran, Java,
+Ada, and Go.  It also includes runtime support libraries for these
+languages.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+WORKOBJ = $(WORKDIR)/build
+INSTALL_SCRIPTS = $(WORKOBJ)/Makefile links
+INFO_FILES = cpp.info  cppinternals.info  cp-tools.info  gccgo.info  gcc.info  
\
+                        gccinstall.info  gccint.info  gcj.info  gfortran.info  
gnat_rm.info  \
+                        gnat-style.info gnat_ugn.info  libgomp.info  
libitm.info  \
+                        libquadmath.info
+
+BUILDDEPS = gmp mpfr mpc
+LIBDEPS = zlib
+
+######################################################################
+
+
+CONFIGURE_ARGS += \
+                --with-local-prefix=$(prefix) \
+                --with-mpfr=$(prefix) \
+                --with-gmp=$(prefix) \
+                --with-mpc=$(prefix) \
+                --with-system-zlib
+
+CPPFLAGS += -I$(prefix)/include
+
+include config.mk
+
+include ../../gar.lib/auto.mk
+include ../../gar.lib/info.mk
+
+install-links:
+       @ln -sf gcc $(packageprefix)/bin/cc
+       @ln -sf ../bin/cpp $(packageprefix)/lib/cpp
+       $(MAKECOOKIE)

=== modified file 'gnu/gcc/config.mk'
--- a/gnu/gcc/config.mk 2015-12-06 19:13:44 +0000
+++ b/gnu/gcc/config.mk 2016-04-27 21:32:37 +0000
@@ -19,12 +19,12 @@
                  --enable-languages=c,c++,fortran,go,java,lto,objc,obj-c++,ada 
\
                  --enable-clocale=gnu \
                  --enable-cloog-backend=isl \
-                 --disable-bootstrap \
                  --enable-objc-gc \
                  --enable-lto \
                  --enable-libada \
           --enable-libssp \
-                 --enable-multilib  
+                 --enable-multilib  \
+                 --enable-bootstrap 
 
 
 

=== modified file 'gnu/gcc/sha256sums'
--- a/gnu/gcc/sha256sums        2015-12-06 19:13:44 +0000
+++ b/gnu/gcc/sha256sums        2016-04-27 21:32:37 +0000
@@ -1,2 +1,2 @@
-b84f5592e9218b73dbae612b5253035a7b34a9a1f7688d2e1bfaaf7267d5c4db  
download/gcc-5.3.0.tar.bz2
-60db902304e72f4c69579e70184aa65ad260aaa3610ca391d818c14989f883bb  
download/gcc-5.3.0.tar.bz2.sig
+09c4c85cabebb971b1de732a0219609f93fc0af5f86f6e437fd8d7f832f1a351  
download/gcc-6.1.0.tar.bz2
+ff685a09b503ec4062f7559c8d9bd401084301d99a0065e69cf70feed1a4ce00  
download/gcc-6.1.0.tar.bz2.sig


reply via email to

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