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

Collapse All | Expand All

(-)openssl-1.1.1d.orig/config (-4 / +1 lines)
Lines 506-515 Link Here
506
	OUT="ios64-cross" ;;
506
	OUT="ios64-cross" ;;
507
  alpha-*-linux2)
507
  alpha-*-linux2)
508
        ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
508
        ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
509
	case ${ISA:-generic} in
509
	OUT="linux-alpha-$CC"
510
	*[678])	OUT="linux-alpha+bwx-$CC" ;;
511
	*)	OUT="linux-alpha-$CC" ;;
512
	esac
513
	if [ "$CC" = "gcc" ]; then
510
	if [ "$CC" = "gcc" ]; then
514
	    case ${ISA:-generic} in
511
	    case ${ISA:-generic} in
515
	    EV5|EV45)		__CNF_CFLAGS="$__CNF_CFLAGS -mcpu=ev5"
512
	    EV5|EV45)		__CNF_CFLAGS="$__CNF_CFLAGS -mcpu=ev5"

Return to bug 697840