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

Collapse All | Expand All

(-)a/crossdev (-2 / +8 lines)
Lines 2-8 Link Here
2
# Copyright 1999-2011 Gentoo Foundation
2
# Copyright 1999-2011 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
4
5
CROSSDEV_VER="@CDEVPV@"
5
CROSSDEV_VER="72b8767e712ba8615331a035c8bcecaf5492347e"
6
6
7
cd /
7
cd /
8
umask 0022 #159111
8
umask 0022 #159111
Lines 711-719 set_portage() { Link Here
711
711
712
	[[ ${pkg} == "[none]" ]] && return 0
712
	[[ ${pkg} == "[none]" ]] && return 0
713
713
714
	case ${CTARGET} in
715
		# avr requires multilib, that provides
716
		# libgcc for all sub-architectures #378387
717
		avr*)      set_use_force ${pkg} multilib;;
718
		*)        set_use_force ${pkg} -multilib;;
719
	esac
720
714
	set_keywords ${pkg} ${ver}
721
	set_keywords ${pkg} ${ver}
715
	set_use ${pkg} ${use}
722
	set_use ${pkg} ${use}
716
	set_use_force ${pkg} -multilib
717
	set_links ${cat} ${pkg} "${ovl}"
723
	set_links ${cat} ${pkg} "${ovl}"
718
	set_env ${pkg} "${env}"
724
	set_env ${pkg} "${env}"
719
}
725
}

Return to bug 378387