gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7640: update gcc9 to 9.3.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7640: update gcc9 to 9.3.0
Date: Wed, 26 May 2021 14:00:24 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7640
revision-id: carlhansen@gnu.org-20210526180020-xac9zyq7wke5wcl9
parent: carlhansen@gnu.org-20210526175433-prk2ojhqticsfhvy
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Wed 2021-05-26 11:00:20 -0700
message:
  update gcc9 to 9.3.0
modified:
  pkg/gnu/gcc9/Makefile          makefile-20180430051416-apjm8gmvy08pz1zi-3
=== modified file 'pkg/gnu/gcc9/Makefile'
--- a/pkg/gnu/gcc9/Makefile     2021-05-26 16:57:42 +0000
+++ b/pkg/gnu/gcc9/Makefile     2021-05-26 18:00:20 +0000
@@ -43,7 +43,6 @@
 WORKSRC = $(WORKDIR)/gcc-$(GARVERSION)
 WORKOBJ = $(WORKDIR)/gcc-$(GARVERSION).build
 
-#BUILD_SCRIPTS = compilers
 
 BUILDDEPS = gmp mpfr mpc zlib
 LIBDEPS = 
@@ -51,9 +50,6 @@
 # HINT: this Makefile is still being tested. 
 # Any comments, bug-gsrc@gnu.org
 
-
-
-#links
 INFO_FILES =  \
        cpp.info  \
        cppinternals.info  \
@@ -74,9 +70,6 @@
 
 #libquadmath.info  
 #  libiberty.info  
-
-
-
 # BUG gccbrig.info gfc-internals.info libiberty.info not installing correctly 
yet
 
 
@@ -162,10 +155,12 @@
 --without-cuda-driver  \
 --with-tune=generic \
 --disable-vtable-verify  \
---disable-werror  \
---build=x86_64-linux-gnu \
---host=x86_64-linux-gnu \
---target=x86_64-linux-gnu 
+--disable-werror  
+
+
+#--build=x86_64-linux-gnu \
+#--host=x86_64-linux-gnu \
+#--target=x86_64-linux-gnu 
 
 
 #--enable-bootstrap \
@@ -185,7 +180,6 @@
 #      $(MAKECOOKIE)
 #
 #      gccfixer.sh
-include config.mk
 
 checkall: build
        cd $(WORKOBJ); $(MAKE)  check 


reply via email to

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