gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4558: gcc 8 alpha version


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4558: gcc 8 alpha version
Date: Thu, 29 Jun 2017 01:48:54 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4558
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2017-06-28 22:48:49 -0700
message:
  gcc 8 alpha version
removed:
  pkg/alpha/gcc/chechumsline     chechumsline-20160617013554-2dgkgob7hbc1rnnp-18
  pkg/alpha/gcc/outofdate        outofdate-20160617013554-2dgkgob7hbc1rnnp-19
added:
  pkg/alpha/gcc/config.mk        config.mk-20170628194429-srkt1490zr0iclwh-1
modified:
  pkg/alpha/gcc/Makefile         makefile-20160617013554-2dgkgob7hbc1rnnp-16
  pkg/alpha/gcc/sha256sums       sha256sums-20160617013554-2dgkgob7hbc1rnnp-20
=== modified file 'pkg/alpha/gcc/Makefile'
--- a/pkg/alpha/gcc/Makefile    2016-06-17 19:08:15 +0000
+++ b/pkg/alpha/gcc/Makefile    2017-06-29 05:48:49 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013, 2014, 2015 Brandon Invergo <address@hidden>
+# Copyright ©2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -16,8 +16,11 @@
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 
 NAME = The GNU Compiler Collection
-GARNAME = gcc-6
-GARVERSION = 20150830
+GARNAME = gcc
+GARVERSION =  8-20170625
+
+# ftp://gcc.gnu.org/pub/gcc/snapshots/8-20170528/gcc-8-20170528.tar.xz
+#
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection
 define BLURB
@@ -27,25 +30,37 @@
 languages.
 endef
 
+# if downloading not working, not in usual place on internet.
+# ftp://gcc.gnu.org/pub/gcc/snapshots/
+# download the gcc.*.tar.xz with ftp or wget into gar/cache/garstow/archives/
+# and continue
+
+
 ######################################################################
 
+MASTER_SITES = ftp://gcc.gnu.org/
+MASTER_SUBDIR = pub/gcc/snapshots/8-20170528/
 #MASTER_SITES = $(MASTER_GNU)
-# adjust as needed: see https://gcc.gnu.org/mirrors.html 
-#MASTER_SITES = http://www.netgull.com/gcc/snapshots/
-MASTER_SITES =  http://mirrors-usa.go-parts.com/gcc/snapshots/
-MASTER_SUBDIR = 6-20150830/
-#DISTFILES = $(DISTNAME).tar.gz
-DISTFILES = gcc-6-20150830.tar.bz2
-#SIGFILES = $(DISTNAME).tar.bz2.sig
-
-WORKOBJ = $(WORKDIR)/build
+#MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = 
+
+#$(DISTNAME).tar.bz2.sig
+
+WORKOBJ = $(WORKDIR)/$(GARNAME)-$(GARVERSION).build
 INSTALL_SCRIPTS = $(WORKOBJ)/Makefile links
-INFO_FILES = cpp.info cppinternals.info gcc.info gccinstall.info \
-       gccint.info gfortran.info libgomp.info libitm.info \
-       libquadmath.info
-
-BUILDDEPS = gmp mpfr mpc
-LIBDEPS = zlib
+INFO_FILES = cpp.info cppinternals.info cp-tools.info \
+    gccgo.info gccgo.info      gcc.info gccinstall.info gccint.info \
+    gcj.info gfc-internals.info gfortran.info gfortran.info    gnat_rm.info \
+    gnat-style.info gnat_ugn.info gnat_ugn.info        libffi.info 
libgomp.info \
+    libitm.info libquadmath.info
+
+
+
+BUILDDEPS = gmp mpfr mpc zlib
+LIBDEPS = 
+#USE_AUTORECONF=y
+
 
 ######################################################################
 
@@ -55,16 +70,30 @@
                 --with-mpfr=$(prefix) \
                 --with-gmp=$(prefix) \
                 --with-mpc=$(prefix) \
-                --with-system-zlib
+         --with-target-bdw-gc=$(prefix) 
+
+
+#               --with-system-zlib
+
 
 CPPFLAGS += -I$(prefix)/include
 
-include config.mk
 
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
 
+include config.mk
+
+
+post-build: build
+       make -C $(WORKOBJ)/ all
+
+
+
 install-links:
        @ln -sf gcc $(packageprefix)/bin/cc
        @ln -sf ../bin/cpp $(packageprefix)/lib/cpp
        $(MAKECOOKIE)
+
+
+

=== removed file 'pkg/alpha/gcc/chechumsline'
--- a/pkg/alpha/gcc/chechumsline        2016-06-17 19:08:15 +0000
+++ b/pkg/alpha/gcc/chechumsline        1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
-v download/gcc-6-20150823.tar.bz2.partial download/gcc-6-20150823.tar.bz2
-make[1]: Leaving directory 
'/black1/home_alt/carl/btr/build/gsrc/trunk/alpha/gcc6'
-[fetch] Complete.  Finished rules: pre-everything custom-pre-everything 
cookies/gcc6-gcc-6-20150823.tar.bz2 download pre-fetch custom-pre-fetch 
download/gcc-6-20150823.tar.bz2 post-fetch custom-post-fetch
-[sha256sums] No checksum file available!
-If you trust the downloaded files you can generate the checksums with
-make -C /black1/home_alt/carl/btr/build/gsrc/trunk/alpha/gcc6 makesums 
GPGV=true
-../../gar.lib.mk:198: recipe for target 'sha256sums' failed
-make: *** [sha256sums] Error 1

=== added file 'pkg/alpha/gcc/config.mk'
--- a/pkg/alpha/gcc/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/alpha/gcc/config.mk   2017-06-29 05:48:49 +0000
@@ -0,0 +1,71 @@
+## Configuration options for gcc ##
+
+## 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:
+## $ source $(your_gsrc_dir) setup.sh
+
+## adjust --enable-languages=   to your liking; this is maximal.
+## 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,jit,lto,objc,obj-c++,ada 
+
+# 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.
+
+# If you want to build both the jit and the regular compiler, it is often
+# best to do this via two separate configure/builds, in separate
+# directories, to avoid imposing the performance cost of
+# --enable-host-shared on the regular compiler.
+
+
+
+CONFIGURE_OPTS ?= \
+--enable-bootstrap \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-cloog-backend=isl \
+--enable-__cxa_atexit \
+--enable-default-pie \
+--enable-gnu-unique-object \
+--enable-gtk-cairo \
+--enable-languages=c,c++,fortran,go,lto,objc,obj-c++,ada \
+--enable-libada \
+--enable-libmpx \
+--enable-libssp \
+--enable-libstdcxx-debug \
+--enable-libstdcxx-time=yes \
+--enable-linker-build-id \
+--enable-lto \
+--enable-multiarch \
+--enable-multilib  \
+--enable-nls \
+--enable-objc-gc=auto \
+--enable-plugin \
+--enable-shared \
+--enable-threads=posix \
+--with-abi=m64 \
+--with-default-libstdcxx-abi=new \
+--with-multilib-list=m32,m64,mx32 \
+--with-system-zlib \
+--with-target-system-zlib \
+--with-tune=generic \
+--build=x86_64-linux-gnu \
+--host=x86_64-linux-gnu \
+--target=x86_64-linux-gnu
+
+
+# enable-bootstrap might not be necessary, but it solves some problems
+# of building when not using recent gcc to build.
+
+
+
+BUILD_OPTS ?=  -Wall -Wextra 
+#BUILD_OPTS ?= 
+
+
+
+
+

=== removed file 'pkg/alpha/gcc/outofdate'
=== modified file 'pkg/alpha/gcc/sha256sums'
--- a/pkg/alpha/gcc/sha256sums  2016-06-17 19:08:15 +0000
+++ b/pkg/alpha/gcc/sha256sums  2017-06-29 05:48:49 +0000
@@ -1,1 +1,1 @@
-00d78a2945380059d44e4ae150565a98596cf1ccdbf32bff6a9a38a2b34fe627  
download/gcc-6-20150830.tar.bz2
+24dc576fbf38ecccb3faf84b6e2cbb1dd5bef9eb1b684848d26139a5db623a0e  
download/gcc-8-20170625.tar.xz


reply via email to

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