This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 43d91dad5166c5c345fd936095373452155dfdbd (commit)
from 3fffbe09e29089b7d849f0cd27ea902f2b864183 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43d91dad5166c5c345fd936095373452155dfdbd
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun May 22 10:56:57 2016 +0200
gcc: fix bootstrap with gcc-6
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/gcc | 2 ++
1 file changed, 2 insertions(+)
Difference in files:
diff --git a/lfs/gcc b/lfs/gcc
index 52d1dae..e0cd102 100644
--- a/lfs/gcc
+++ b/lfs/gcc
@@ -61,6 +61,8 @@ else
ifeq "$(PASS)" "1"
CFLAGS := $(patsubst -fstack-protector-strong,-fstack-protector-all,$(CFLAGS))
CXXFLAGS := $(patsubst -fstack-protector-strong,-fstack-protector-all,$(CXXFLAGS))
+ CXXFLAGS += -std=gnu++98
+
TARGET = $(DIR_INFO)/$(THISAPP)-tools1
EXTRA_CONFIG = \
--target=$(CROSSTARGET) \
hooks/post-receive
--
IPFire 2.x development tree