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

Collapse All | Expand All

(-)config/linux.m4.orig (+1 lines)
Lines 65-70 Link Here
65
	x86_64-*) LINUX_SRCARCH=x86;;
65
	x86_64-*) LINUX_SRCARCH=x86;;
66
	powerpc*-*) LINUX_SRCARCH=powerpc;;
66
	powerpc*-*) LINUX_SRCARCH=powerpc;;
67
	s390*-*) LINUX_SRCARCH=s390;;
67
	s390*-*) LINUX_SRCARCH=s390;;
68
	arm*-*) LINUX_SRCARCH=arm;;
68
	*) AC_MSG_ERROR([architecture ${host} not supported]);;
69
	*) AC_MSG_ERROR([architecture ${host} not supported]);;
69
	esac
70
	esac
70
71

Return to bug 372693