[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5596: update gcc9 to 9-20180603
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5596: update gcc9 to 9-20180603 |
Date: |
Sun, 3 Jun 2018 23:43:48 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5596
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-06-03 20:43:45 -0700
message:
update gcc9 to 9-20180603
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-28 21:47:46 +0000
+++ b/pkg/gnualpha/gcc9/Makefile 2018-06-04 03:43:45 +0000
@@ -21,7 +21,7 @@
NAME = The GNU Compiler Collection version 9
GARNAME = gcc9
UPSTREAMNAME = gcc
-GARVERSION = 9-20180527
+GARVERSION = 9-20180603
HOME_URL = http://www.gnu.org/software/gcc
DESCRIPTION = GNU Compiler Collection alpha version 9
@@ -90,6 +90,8 @@
#--enable-cloog-backend=isl \
+#--enable-bootstrap \
+# Some options taken from debian gcc, who knows what's good?
CONFIGURE_ARGS += \
--with-local-prefix=$(prefix) \
@@ -97,7 +99,6 @@
--with-mpfr=$(prefix) \
--with-mpc=$(prefix) \
--with-target-bdw-gc=$(prefix) \
---enable-bootstrap \
--enable-checking=release \
--enable-clocale=gnu \
--enable-__cxa_atexit \
@@ -122,9 +123,16 @@
--with-abi=m64 \
--with-default-libstdcxx-abi=new \
--with-multilib-list=m32,m64,mx32 \
+--with-arch-32=i686 \
--with-system-zlib \
--with-target-system-zlib \
--with-tune=generic \
+--enable-offload-targets=nvptx-none \
+--with-gcc-major-version-only \
+--without-cuda-driver \
+--without-included-gettext \
+--with-sysroot=/ \
+--program-prefix=x86_64-linux-gnu- \
--build=x86_64-linux-gnu \
--host=x86_64-linux-gnu \
--target=x86_64-linux-gnu
=== modified file 'pkg/gnualpha/gcc9/sha256sums'
--- a/pkg/gnualpha/gcc9/sha256sums 2018-05-28 21:47:46 +0000
+++ b/pkg/gnualpha/gcc9/sha256sums 2018-06-04 03:43:45 +0000
@@ -1,2 +1,2 @@
-2dd4561d7288f1296b44683240b0d0371bb4a8e560bca3e147089f47d3e05e3e
download/gcc-9-20180527.tar.xz
+26933c9b6a44136fc3795fb0d470127a6c97ec35413dadf85d5f3bc907471e22
download/gcc-9-20180603.tar.xz
31f8b9246853998fffaef01532cb986d95e9d779d940105747d13a08ec5fc956
download/sha512.sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5596: update gcc9 to 9-20180603,
Carl Hansen <=