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

(-)Makefile.in.org (-2 / +2 lines)
Lines 334-342 Link Here
334
# CFLAGS will be just -g.  We want to ensure that TARGET libraries
334
# CFLAGS will be just -g.  We want to ensure that TARGET libraries
335
# (which we know are built with gcc) are built with optimizations so
335
# (which we know are built with gcc) are built with optimizations so
336
# prepend -O2 when setting CFLAGS_FOR_TARGET.
336
# prepend -O2 when setting CFLAGS_FOR_TARGET.
337
CFLAGS_FOR_TARGET = -O2 $(CFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
337
CFLAGS_FOR_TARGET = $(strip -O2 $(CFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET))
338
SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
338
SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
339
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
339
CXXFLAGS_FOR_TARGET = $(strip $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET))
340
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
340
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
341
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
341
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
342
LDFLAGS_FOR_TARGET = 
342
LDFLAGS_FOR_TARGET = 

Return to bug 170069