Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79852 | Differences between
and this patch

Collapse All | Expand All

(-)eclass.orig/toolchain.eclass (-1 / +1 lines)
Lines 1188-1194 Link Here
1188
	if [[ ${GCC_MAKE_TARGET} == "all" ]] ; then
1188
	if [[ ${GCC_MAKE_TARGET} == "all" ]] ; then
1189
		STAGE1_CFLAGS=${STAGE1_CFLAGS-"${CFLAGS}"}
1189
		STAGE1_CFLAGS=${STAGE1_CFLAGS-"${CFLAGS}"}
1190
	else
1190
	else
1191
		STAGE1_CFLAGS=${STAGE1_CFLAGS-"-O"}
1191
		STAGE1_CFLAGS=${STAGE1_CFLAGS-"-O2"}
1192
	fi
1192
	fi
1193
1193
1194
	if is_crosscompile; then
1194
	if is_crosscompile; then

Return to bug 79852