gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9283: gcc adjustments


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9283: gcc adjustments
Date: Mon, 29 May 2023 23:20:12 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9283
revision-id: carlhansen1234@gmail.com-20230530032005-mcblmq77sey4quh5
parent: carlhansen1234@gmail.com-20230530011621-fc61w2nweozk2ljm
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Mon 2023-05-29 20:20:05 -0700
message:
  gcc adjustments
modified:
  pkg/gnu/gcc13/Makefile         makefile-20230426190824-3ao5pgy7dsfgunzl-3
  pkg/gnu/gcc13snapshot/Makefile makefile-20220519220938-86phqbzfi9rlqj68-2
  pkg/gnu/gcc13snapshot/sha256sums sha256sums-20220519220938-86phqbzfi9rlqj68-3
  pkg/gnu/gcc14snapshot/Makefile makefile-20230508001224-jov11dcplqva52ce-3
=== modified file 'pkg/gnu/gcc13/Makefile'
--- a/pkg/gnu/gcc13/Makefile    2023-05-17 08:56:16 +0000
+++ b/pkg/gnu/gcc13/Makefile    2023-05-30 03:20:05 +0000
@@ -28,7 +28,7 @@
 define BLURB
 GCC is the GNU Compiler Collection.  It provides compiler front-ends
 for several languages, including C, C++, Objective-C, Objective-C++,
-Fortran, Ada, D, Go, and Modula 2. WIth runtime 
+Fortran, Ada, D, Go, and Modula 2. With runtime 
 support libraries for these languages.
 endef
 
@@ -64,8 +64,6 @@
        libitm.info  \
        libquadmath.info  
 
-
-
 #      libiberty.info  
 
 # BUG  gfc-internals.info not installing correctly yet
@@ -75,7 +73,7 @@
 include config.mk
 
 
-## Configuration options for gcc ##
+## Configuration options for gcc using gsrc.##
 ## Note: you must set up your environment (PATH, LDPATH, etc) to
 ## include GSRC-installed packages in order to install gcc as
 ## configured below. You can do this easily like so in Bash:
@@ -119,6 +117,8 @@
 --enable-languages=c,c++,fortran,go,ada,d,jit,objc,obj-c++,m2 \
 --enable-libmpx \
 --enable-libssp \
+--enable-libada \
+--enable-libgm2 \
 --enable-libstdcxx-debug \
 --enable-libstdcxx-time=yes \
 --enable-linker-build-id \
@@ -141,10 +141,9 @@
 --without-cuda-driver  \
 --with-tune=generic \
 --disable-vtable-verify  \
---enable-libada \
 --disable-werror 
 
-# ada -m32 -m32x?
+#  -m32 -m32x?
 
 #--enable-bootstrap \
 #--build=x86_64-linux-gnu \
@@ -158,6 +157,7 @@
 # due to compile problems with gccgo
 #
 # adjust if needed. ad hoc
+# some bug: not fixed; I ignor
 
 #BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack" \
 #             CXXFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack"  \

=== modified file 'pkg/gnu/gcc13snapshot/Makefile'
--- a/pkg/gnu/gcc13snapshot/Makefile    2023-05-22 07:01:21 +0000
+++ b/pkg/gnu/gcc13snapshot/Makefile    2023-05-30 03:20:05 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 13 development version
 GARNAME = gcc13snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 13-20230520
+GARVERSION = 13-20230527
 HOME_URL = https://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 13 snapshot
 define BLURB
@@ -72,7 +72,7 @@
 
 #      libiberty.info  
 
-# BUG gccbrig.info gfc-internals.info not installing correctly yet
+# BUG  gfc-internals.info not installing correctly yet
 ######################################################################
 include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
@@ -119,9 +119,11 @@
 --enable-gnu-unique-object \
 --enable-gtk-cairo \
 --enable-host-shared  \
---enable-languages=c,c++,fortran,go,d,ada,jit,objc,obj-c++,m2 \
+--enable-languages=c,c++,fortran,go,d,jit,objc,obj-c++,m2 \
 --enable-libmpx \
 --enable-libssp \
+--enable-libada \
+--enable-libgm2 \
 --enable-libstdcxx-debug \
 --enable-libstdcxx-time=yes \
 --enable-linker-build-id \
@@ -144,10 +146,9 @@
 --without-cuda-driver  \
 --with-tune=generic \
 --disable-vtable-verify  \
---enable-libada \
 --disable-werror 
 
-# ada -m32 -m32x?
+#  -m32 -m32x?
 
 #--enable-bootstrap \
 #--build=x86_64-linux-gnu \

=== modified file 'pkg/gnu/gcc13snapshot/sha256sums'
--- a/pkg/gnu/gcc13snapshot/sha256sums  2023-05-22 07:01:21 +0000
+++ b/pkg/gnu/gcc13snapshot/sha256sums  2023-05-30 03:20:05 +0000
@@ -1,1 +1,1 @@
-b8716f92e468086fca5aea8873f7405f1cd7d309ad0719f0a90c57b3483e448c  
download/gcc-13-20230520.tar.xz
+0f9b2731102d01b81685d50a41027ec390e99f59fc48e9cec6cd9866ef545523  
download/gcc-13-20230527.tar.xz

=== modified file 'pkg/gnu/gcc14snapshot/Makefile'
--- a/pkg/gnu/gcc14snapshot/Makefile    2023-05-29 20:56:09 +0000
+++ b/pkg/gnu/gcc14snapshot/Makefile    2023-05-30 03:20:05 +0000
@@ -33,7 +33,7 @@
 endef
 
 # if downloading not working, look here:
-# ftp://gcc.gnu.org/pub/gcc/snapshots/
+# http://gcc.gnu.org/pub/gcc/snapshots/
 #
 #HINT: to compile Ada aka "gnats", you need to have earlier Ada compiler....
 #HINT: Likewise for the D compliper, called "gdc"
@@ -73,7 +73,7 @@
 
 #      libiberty.info  
 
-# BUG gccbrig.info gfc-internals.info not installing correctly yet
+# BUG  gfc-internals.info not installing correctly yet
 ######################################################################
 include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
@@ -90,8 +90,6 @@
 ## gnat (ada) is a special case;  requires a working ada compiler to
 ## already be installed, the compiler you are using to compile the rest.
 
-# --enable-languages=c,c++,fortran,go,objc,obj-c++,ada,brig,d,jit  \
-
 # jit requires --enable-host-shared
 # --enable-host-shared typically slows the rest of the compiler down by
 # a few %, so you must explicitly enable it.
@@ -121,9 +119,11 @@
 --enable-gnu-unique-object \
 --enable-gtk-cairo \
 --enable-host-shared  \
---enable-languages=c,c++,fortran,go,ada,jit,objc,obj-c++,m2 \
+--enable-languages=c,c++,fortran,go,d,ada,jit,objc,obj-c++,m2 \
 --enable-libmpx \
 --enable-libssp \
+--enable-libada \
+--enable-libgm2 \
 --enable-libstdcxx-debug \
 --enable-libstdcxx-time=yes \
 --enable-linker-build-id \
@@ -146,7 +146,6 @@
 --without-cuda-driver  \
 --with-tune=generic \
 --disable-vtable-verify  \
---enable-libada \
 --disable-werror 
 
 


reply via email to

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