gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7753: update gcc11snapshot to 11.2-RC-20210721


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7753: update gcc11snapshot to 11.2-RC-20210721
Date: Fri, 23 Jul 2021 01:09:43 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7753
revision-id: carlhansen@gnu.org-20210723050938-31xjjfrvj5bmhwzy
parent: carlhansen@gnu.org-20210722235245-gayi1qj6zk7mg6zu
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2021-07-22 22:09:38 -0700
message:
  update gcc11snapshot to 11.2-RC-20210721
removed:
  pkg/gnualpha/gcc11snapshot/files/ files-20210606234359-xripc1amrexq1kwn-1
  pkg/gnualpha/gcc11snapshot/files/gcc11.patch 
garbase.diff-20210606234359-xripc1amrexq1kwn-2
modified:
  pkg/gnualpha/gcc11snapshot/Makefile makefile-20200504135031-otn1xmukflpi5739-3
  pkg/gnualpha/gcc11snapshot/sha256sums 
sha256sums-20200504135031-otn1xmukflpi5739-4
=== modified file 'pkg/gnualpha/gcc11snapshot/Makefile'
--- a/pkg/gnualpha/gcc11snapshot/Makefile       2021-07-20 03:25:56 +0000
+++ b/pkg/gnualpha/gcc11snapshot/Makefile       2021-07-23 05:09:38 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 11 development version
 GARNAME = gcc11snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 11-20210717
+GARVERSION = 11.2-RC-20210721
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 11 snapshot
 define BLURB
@@ -79,6 +79,7 @@
 # BUG gccbrig.info gfc-internals.info not installing correctly yet
 #
 #
+# 
https://sourceware.org/pub/gcc/snapshots/11.2-RC-20210721/gcc-11.2-RC-20210721.tar.xz
 
 ######################################################################
 include ../../../gar/gar.lib/auto.mk
@@ -127,7 +128,7 @@
 --enable-gnu-unique-object \
 --enable-gtk-cairo \
 --enable-host-shared  \
---enable-languages=c,c++,fortran,go,brig,ada,d,jit,objc,obj-c++ \
+--enable-languages=c,c++,fortran,go,brig,d,jit,objc,obj-c++ \
 --enable-libmpx \
 --enable-libssp \
 --enable-libstdcxx-debug \
@@ -135,7 +136,7 @@
 --enable-linker-build-id \
 --enable-lto \
 --enable-multiarch \
---enable-multilib  \
+--disable-multilib  \
 --enable-nls \
 --enable-objc-gc=auto \
 --enable-plugin \
@@ -145,7 +146,6 @@
 --libexecdir=$(prefix)/lib  \
 --libdir=$(prefix)/lib  \
 --with-abi=m64 \
---with-multilib-list=m64 \
 --without-included-gettext  \
 --with-system-zlib \
 --with-target-system-zlib \
@@ -156,8 +156,10 @@
 --enable-libada \
 --disable-werror 
 
-#\ ada -m32 -m32x?
+#c++,fortran,go,brig,ada,d,jit,objc,obj-c++ \
+# ada -m32 -m32x?
 
+#--build=x86_64-linux-gnu \
 #--enable-bootstrap \
 #--build=x86_64-linux-gnu \
 #--host=x86_64-linux-gnu \
@@ -173,12 +175,12 @@
 #
 # adjust if needed. ad hoc
 
-#BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack" \
-#             CXXFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack"  \
+BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack" \
+             CXXFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack"  \
+             CPPFLAGS="-I. -I.. "
+#BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  " \
+#             CXXFLAGS+="--save-temps -Wall  -Wextra  "  \
 #             CPPFLAGS="-I. -I.. "
-BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  " \
-             CXXFLAGS+="--save-temps -Wall  -Wextra  "  \
-             CPPFLAGS="-I. -I.. "
             
            # -DGATHER_STATISTICS=0  -UHAVE_STRSIGNAL -DHAVE_DECL_BASENAME=1   
-DHAVE_DECL_STRSIGNAL=1 "
 #            -DENABLE_OFFLOADING=0 -DCHECKING_P=0  "

=== removed directory 'pkg/gnualpha/gcc11snapshot/files'
=== removed file 'pkg/gnualpha/gcc11snapshot/files/gcc11.patch'
--- a/pkg/gnualpha/gcc11snapshot/files/gcc11.patch      2021-06-09 02:22:53 
+0000
+++ b/pkg/gnualpha/gcc11snapshot/files/gcc11.patch      1970-01-01 00:00:00 
+0000
@@ -1,14 +0,0 @@
-diff -x config.log -x config.status -ru 
tmp/gcc-11-20210605/gcc/c-family/c-pch.c 
work/gcc-11-20210605/gcc/c-family/c-pch.c
---- tmp/gcc-11-20210605/gcc/c-family/c-pch.c   2021-06-05 15:32:05.000000000 
-0700
-+++ work/gcc-11-20210605/gcc/c-family/c-pch.c  2021-06-06 15:46:52.842481736 
-0700
-@@ -17,6 +17,10 @@
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
- 
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <fcntl.h>
-+
- #include "config.h"
- #include "system.h"
- #include "coretypes.h"

=== modified file 'pkg/gnualpha/gcc11snapshot/sha256sums'
--- a/pkg/gnualpha/gcc11snapshot/sha256sums     2021-07-20 03:25:56 +0000
+++ b/pkg/gnualpha/gcc11snapshot/sha256sums     2021-07-23 05:09:38 +0000
@@ -1,1 +1,1 @@
-231d7a1e7d634b8d629da2dc07ad12a87cb83de1f7151b12353e4b4742840d41  
download/gcc-11-20210717.tar.xz
+b485bb37f0491bded9440a5130679afb9d3dcaef16105dd81904c8ee7fe5bdc9  
download/gcc-11.2-RC-20210721.tar.xz


reply via email to

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