mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
gcc: fix bootstrap with gcc-6
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
2
lfs/gcc
2
lfs/gcc
@@ -61,6 +61,8 @@ else
|
|||||||
ifeq "$(PASS)" "1"
|
ifeq "$(PASS)" "1"
|
||||||
CFLAGS := $(patsubst -fstack-protector-strong,-fstack-protector-all,$(CFLAGS))
|
CFLAGS := $(patsubst -fstack-protector-strong,-fstack-protector-all,$(CFLAGS))
|
||||||
CXXFLAGS := $(patsubst -fstack-protector-strong,-fstack-protector-all,$(CXXFLAGS))
|
CXXFLAGS := $(patsubst -fstack-protector-strong,-fstack-protector-all,$(CXXFLAGS))
|
||||||
|
CXXFLAGS += -std=gnu++98
|
||||||
|
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)-tools1
|
TARGET = $(DIR_INFO)/$(THISAPP)-tools1
|
||||||
EXTRA_CONFIG = \
|
EXTRA_CONFIG = \
|
||||||
--target=$(CROSSTARGET) \
|
--target=$(CROSSTARGET) \
|
||||||
|
|||||||
Reference in New Issue
Block a user