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

(-)toolchain.eclass (+4 lines)
Lines 1252-1257 gcc-compiler-configure() { Link Here
1252
		hppa)
1252
		hppa)
1253
			[[ ${GCCMAJOR} == "3" ]] && confgcc="${confgcc} --enable-sjlj-exceptions"
1253
			[[ ${GCCMAJOR} == "3" ]] && confgcc="${confgcc} --enable-sjlj-exceptions"
1254
			;;
1254
			;;
1255
		# Set up defaults based on current CFLAGS
1256
		ppc)
1257
			is-flagq -mfloat-gprs=double && confgcc+=" --enable-e500-double"
1258
			;;
1255
	esac
1259
	esac
1256
1260
1257
	GCC_LANG="c"
1261
	GCC_LANG="c"

Return to bug 353380