gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5852: update gcc9 to 9-20180819


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5852: update gcc9 to 9-20180819
Date: Sun, 26 Aug 2018 20:30:11 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5852
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-08-26 17:30:05 -0700
message:
  update gcc9 to 9-20180819
modified:
  pkg/gnualpha/gcc9/Makefile     makefile-20180430051416-apjm8gmvy08pz1zi-3
  pkg/gnualpha/gcc9/config.mk    config.mk-20180430051416-apjm8gmvy08pz1zi-2
=== modified file 'pkg/gnualpha/gcc9/Makefile'
--- a/pkg/gnualpha/gcc9/Makefile        2018-08-19 23:02:32 +0000
+++ b/pkg/gnualpha/gcc9/Makefile        2018-08-27 00:30:05 +0000
@@ -65,82 +65,6 @@
 #USE_AUTORECONF=y
 
 ######################################################################
-
-## 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.
-
-
-#--enable-cloog-backend=isl \
-#--enable-bootstrap \
-# Some options taken from debian gcc, who knows what's good?
-
-CONFIGURE_ARGS += \
---with-local-prefix=$(prefix) \
---with-gmp=$(prefix) \
---with-mpfr=$(prefix) \
---with-mpc=$(prefix) \
---with-target-bdw-gc=$(prefix) \
---enable-checking=release \
---enable-clocale=gnu \
---enable-__cxa_atexit \
---enable-default-pie \
---enable-gnu-unique-object \
---enable-gtk-cairo \
---enable-languages=c,c++,fortran,go,lto,objc,obj-c++,ada,brig \
---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 \
---enable-offload-targets=nvptx-none \
---with-gcc-major-version-only  \
---without-cuda-driver   \
---without-included-gettext \
---with-sysroot=/  \ 
---program-prefix=x86_64-linux-gnu- \
---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.
-
-
 LDFLAGS += -L/usr/lib/x86_64-linux-gnu
 CPPFLAGS += -I/usr/include/x86_64-linux-gnu -I$(prefix)/include -isystem 
/usr/include/x86_64-linux-gnu
 CFLAGS   += -I/usr/include/x86_64-linux-gnu -I$(prefix)/include -isystem 
/usr/include/x86_64-linux-gnu

=== modified file 'pkg/gnualpha/gcc9/config.mk'
--- a/pkg/gnualpha/gcc9/config.mk       2018-04-30 05:14:38 +0000
+++ b/pkg/gnualpha/gcc9/config.mk       2018-08-27 00:30:05 +0000
@@ -1,6 +1,75 @@
-
-
-CONFIGURE_OPTS ?= --program-suffix=-9
+## 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,brig
+
+# 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.
+
+#--enable-cloog-backend=isl \
+
+# note: at end --target=x86_64-linux-gnu
+# adjust as necessary
+#
+#
+#CONFIGURE_ARGS += 
+
+CONFIGURE_OPTS = --program-suffix=-9  \
+--with-local-prefix=$(prefix) \
+--with-gmp=$(prefix) \
+--with-mpfr=$(prefix) \
+--with-mpc=$(prefix) \
+--with-target-bdw-gc=$(prefix) \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-__cxa_atexit \
+--enable-default-pie \
+--enable-gnu-unique-object \
+--enable-gtk-cairo \
+--enable-languages=c,c++,fortran,go,lto,objc,obj-c++,ada,brig \
+--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 \
+--enable-bootstrap \
+--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 ?= 


reply via email to

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