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

Collapse All | Expand All

(-)a/gcc-7.3.0-r3.ebuild (+6 lines)
Lines 78-83 Link Here
78
		;;
78
		;;
79
	esac
79
	esac
80
80
81
	if [[ ${CHOST} == *-cygwin* ]]; then
82
		# use built-in SSP with Cygwin 2.10
83
		# FIXME: --disable-libssp should suffice in GCC 8
84
		export gcc_cv_libc_provides_ssp=yes
85
	fi
86
81
	# Since GCC 4.1.2 some non-posix (?) /bin/sh compatible code is used, at
87
	# Since GCC 4.1.2 some non-posix (?) /bin/sh compatible code is used, at
82
	# least on Solaris, and AIX /bin/sh is way too slow,
88
	# least on Solaris, and AIX /bin/sh is way too slow,
83
	# so force it to use $BASH (that portage uses) - it can't be EPREFIX
89
	# so force it to use $BASH (that portage uses) - it can't be EPREFIX

Return to bug 657594