Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 853826
Collapse All | Expand All

(-)a/make/tools.mk (-2 / +2 lines)
Lines 110-116 Link Here
110
endif
110
endif
111
111
112
# Define flags for (cross) build
112
# Define flags for (cross) build
113
CFLAGS             ?= \
113
CFLAGS             += \
114
  $(CFLAGS_EXT) \
114
  $(CFLAGS_EXT) \
115
  -fdata-sections \
115
  -fdata-sections \
116
  -ffunction-sections \
116
  -ffunction-sections \
Lines 120-126 Link Here
120
120
121
CDEFS              += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX)\\\"
121
CDEFS              += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX)\\\"
122
  
122
  
123
CXXFLAGS           ?= \
123
CXXFLAGS           += \
124
  $(CXXFLAGS_EXT) \
124
  $(CXXFLAGS_EXT) \
125
  -std=c++98 \
125
  -std=c++98 \
126
  -fno-exceptions \
126
  -fno-exceptions \

Return to bug 853826