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

(-)/usr/local/gentoo/usr/portage/sys-devel/gcc/gcc-5.3.0.ebuild (+4 lines)
Lines 118-123 Link Here
118
			# bug #381179
119
			# bug #381179
119
			filter-flags "-mcpu=*" "-mtune=*"
120
			filter-flags "-mcpu=*" "-mtune=*"
120
		;;
121
		;;
122
		*-arm*)
123
			# work around https://llvm.org/bugs/show_bug.cgi?id=19650
124
			[ "${CXX}" == clang++ ] && append-cxxflags -fbracket-depth=1024
125
		;;
121
		*-mint*)
126
		*-mint*)
122
			myconf+=( --enable-multilib )
127
			myconf+=( --enable-multilib )
123
		;;
128
		;;

Return to bug 583198