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

(-)a/eclass/mozcoreconf-v4.eclass (+5 lines)
Lines 212-217 mozconfig_init() { Link Here
212
		;;
212
		;;
213
	esac
213
	esac
214
214
215
	# We need to append flags for gcc-6 support
216
	if [[ $(gcc-major-version) -ge 6 ]]; then
217
		append-cxxflags fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
218
	fi
219
215
	# Go a little faster; use less RAM
220
	# Go a little faster; use less RAM
216
	append-flags "$MAKEEDIT_FLAGS"
221
	append-flags "$MAKEEDIT_FLAGS"
217
222

Return to bug 592840