[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9399: update gcc10 to 10.5.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9399: update gcc10 to 10.5.0 |
Date: |
Fri, 7 Jul 2023 19:51:32 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9399
revision-id: carlhansen1234@gmail.com-20230707235125-s64iggpxnwnw396g
parent: carlhansen1234@gmail.com-20230707201546-ka08nq81mdm88t1m
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2023-07-07 16:51:25 -0700
message:
update gcc10 to 10.5.0
modified:
pkg/gnu/gcc10/Makefile makefile-20200507221100-nis11hdo9mwrdiwt-4
=== modified file 'pkg/gnu/gcc10/Makefile'
--- a/pkg/gnu/gcc10/Makefile 2023-07-07 20:15:46 +0000
+++ b/pkg/gnu/gcc10/Makefile 2023-07-07 23:51:25 +0000
@@ -89,6 +89,7 @@
## 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 \
+ # some problem with ada
# jit requires --enable-host-shared
# --enable-host-shared typically slows the rest of the compiler down by
@@ -119,8 +120,7 @@
--enable-gnu-unique-object \
--enable-gtk-cairo \
--enable-host-shared \
---enable-languages=c,c++,fortran,go,ada,brig,d,jit,objc,obj-c++ \
---enable-libada \
+--enable-languages=c,c++,fortran,go,brig,d,jit,objc,obj-c++,ada \
--enable-libmpx \
--enable-libssp \
--enable-libstdcxx-debug \
@@ -151,47 +151,12 @@
#--enable-bootstrap
-#\ mx32
-#--enable-bootstrap \
-#--build=x86_64-linux-gnu \
-#--host=x86_64-linux-gnu \
-#--target=x86_64-linux-gnu
-
-# --with-arch-32=i686 \
-# enable-bootstrap might not be necessary, but it solves some problems
-# of building when not using recent gcc to build.
-
-#CFLAGS+=-fno-split-stack
-#CPLUSFLAGS+=-fno-split-stack
-# due to compile problems with gccgo
-#BUILD_ARGS?= -Wall -Wextra -Wl,-L/usr/lib64 CFLAGS+=-fno-split-stack
CXXFLAGS+=-fno-split-stack
-
-
-BUILD_ARGS = CFLAGS+="--save-temps -Wextra -fno-split-stack" \
- CXXFLAGS+="--save-temps -Wextra -fno-split-stack" \
- CPPFLAGS=-DGATHER_STATISTICS=0
-
-
-######################################################################
-#cd $(WORKOBJ)/libiberty/ $(MAKE) info
-
-#post-build: build
-# make -C $(WORKOBJ) V=1 bootstrap
-# $(MAKECOOKIE)
-
-#make -C $(WORKOBJ) V=1 $(BUILD_OPTS) bootstrap
-# slightly imperfect, but it worked .... sometimes
-# a work-around for error message...
-#post-build: build
-# #CFLAGS=-fno-split-stack $(MAKE) -C $(WORKOBJ)/ all
-# $(MAKECOOKIE)
-
-#install-links: build
-## @ln -sf gcc-9 $(packageprefix)/bin/cc
-# @ln -sf ../bin/cpp $(packageprefix)/lib/cpp
-# $(MAKECOOKIE)
-#
-# gccfixer.sh
+
+
+#BUILD_ARGS = CFLAGS+="--save-temps -Wextra -fno-split-stack" \
+# CXXFLAGS+="--save-temps -Wextra -fno-split-stack" \
+# CPPFLAGS=-DGATHER_STATISTICS=0
+
checkall: build
cd $(WORKOBJ); $(MAKE) -k check
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9399: update gcc10 to 10.5.0,
Carl Hansen <=