gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5493: update gcc7 to 7.3.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5493: update gcc7 to 7.3.0
Date: Wed, 2 May 2018 23:36:42 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5493
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-05-02 20:36:39 -0700
message:
  update gcc7 to 7.3.0
renamed:
  pkg/gnu/gcc/ => pkg/gnu/gcc7/ gcc-20160617014725-uokjfnggs70iry9h-94
modified:
  pkg/gnu/gcc7/Makefile          makefile-20160617014725-uokjfnggs70iry9h-679
  pkg/gnu/gcc7/config.mk         config.mk-20160617015453-ksaie5ols1c2eidw-1
=== renamed directory 'pkg/gnu/gcc' => 'pkg/gnu/gcc7'
=== modified file 'pkg/gnu/gcc7/Makefile'
--- a/pkg/gnu/gcc/Makefile      2018-04-13 20:08:05 +0000
+++ b/pkg/gnu/gcc7/Makefile     2018-05-03 03:36:39 +0000
@@ -19,8 +19,9 @@
 #
 # Send bug reports and comments about GSRC problems to address@hidden
 
-NAME = The GNU Compiler Collection
-GARNAME = gcc
+NAME = The GNU Compiler Collection version 7
+GARNAME = gcc7
+UPSTREAMNAME = gcc
 GARVERSION =  7.3.0
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection
@@ -33,7 +34,9 @@
 
 ######################################################################
 
-MASTER_SITES = $(MASTER_GNU)
+DISTNAME = $(UPSTREAMNAME)-$(GARVERSION)
+
+MASTER_SITES = $(MASTER_GNU)/
 MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES =  $(DISTNAME).tar.xz.sig
@@ -96,7 +99,6 @@
 --enable-gnu-unique-object \
 --enable-gtk-cairo \
 --enable-languages=c,c++,fortran,go,lto,objc,obj-c++,ada,brig \
---program-suffix=-7 \
 --enable-libada \
 --enable-libmpx \
 --enable-libssp \
@@ -113,7 +115,6 @@
 --enable-shared \
 --enable-threads=posix \
 --program-prefix=x86_64-linux-gnu- \
---program-suffix=-7 \
 --with-abi=m64 \
 --with-default-libstdcxx-abi=new \
 --with-gcc-major-version-only \

=== modified file 'pkg/gnu/gcc7/config.mk'
--- a/pkg/gnu/gcc/config.mk     2018-01-25 23:06:38 +0000
+++ b/pkg/gnu/gcc7/config.mk    2018-05-03 03:36:39 +0000
@@ -1,6 +1,6 @@
-
-
-CONFIGURE_OPTS ?= 
+# adjust to taste
+
+CONFIGURE_OPTS ?= --program-suffix=-7
 
 BUILD_OPTS ?=  -Wall -Wextra
 #BUILD_OPTS ?= 


reply via email to

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