]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gcc
Move all initscripts for the system to src/initscripts/system
[ipfire-2.x.git] / lfs / gcc
diff --git a/lfs/gcc b/lfs/gcc
index 52d1daefcfa28746cefae8b17ee275d9c5e47940..e0cd10274d3ab5fb93870a71c670c59d60faa054 100644 (file)
--- 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) \