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

(-)/usr/portage/dev-lang/tcl/tcl-8.5.9.ebuild (+4 lines)
Lines 49-54 Link Here
49
	if use hppa; then
49
	if use hppa; then
50
		append-cflags "-DTCL_NO_STACK_CHECK=1"
50
		append-cflags "-DTCL_NO_STACK_CHECK=1"
51
	fi
51
	fi
52
	# a real hack
53
	if [[ ( "${ABI}" == "x86" ) && ( "${DEFAULT_ABI}" == "amd64" ) ]]; then
54
		append-cflags "-DTCL_NO_STACK_CHECK=1"
55
	fi
52
56
53
	tc-export CC
57
	tc-export CC
54
58

Return to bug 378947