[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3859: update gcc to 6.2.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3859: update gcc to 6.2.0 |
Date: |
Fri, 9 Sep 2016 20:22:53 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3859
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-09-09 13:22:49 -0700
message:
update gcc to 6.2.0
modified:
pkg/gnu/gcc/Makefile makefile-20160617014725-uokjfnggs70iry9h-679
pkg/gnu/gcc/config.mk config.mk-20160617015453-ksaie5ols1c2eidw-1
=== modified file 'pkg/gnu/gcc/Makefile'
--- a/pkg/gnu/gcc/Makefile 2016-09-07 21:45:12 +0000
+++ b/pkg/gnu/gcc/Makefile 2016-09-09 20:22:49 +0000
@@ -29,6 +29,7 @@
# if you wish to compile version 5.3, the older Makefile is supplied:
# make -f Makefile.5.3
+# or 5.4 even better
######################################################################
@@ -55,8 +56,10 @@
--with-local-prefix=$(prefix) \
--with-mpfr=$(prefix) \
--with-gmp=$(prefix) \
- --with-mpc=$(prefix) \
- --with-system-zlib
+ --with-mpc=$(prefix)
+
+# bad luck:
+# --with-system-zlib
CPPFLAGS += -I$(prefix)/include
=== modified file 'pkg/gnu/gcc/config.mk'
--- a/pkg/gnu/gcc/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gcc/config.mk 2016-09-09 20:22:49 +0000
@@ -26,6 +26,9 @@
--enable-multilib \
--enable-bootstrap
+# enable-bootstrap might not be necessary, but it solves some problems
+# of building when not using recent gcc to build.:wq
+
BUILD_OPTS ?=
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3859: update gcc to 6.2.0,
Carl Hansen <=