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

Collapse All | Expand All

(-)/usr/bin/crossdev (-1 / +11 lines)
Lines 211-217 Link Here
211
	# Tweak packages based upon CTARGET
211
	# Tweak packages based upon CTARGET
212
	case ${CTARGET} in
212
	case ${CTARGET} in
213
		# Normal Linux host, just diff libc
213
		# Normal Linux host, just diff libc
214
		*-dietlibc) LPKG="dietlibc"; LCAT="dev-libs";;
214
		*-dietlibc)
215
			LPKG="[none]"
216
			KPKG="[none]"
217
			GPKG="[none]"
218
			EX_GCC="no"
219
			EX_GDB="no"
220
			EX_INSIGHT="no"
221
			;;
222
215
		*-gnu*)     LPKG="glibc";;
223
		*-gnu*)     LPKG="glibc";;
216
		*-klibc)    LPKG="klibc";;
224
		*-klibc)    LPKG="klibc";;
217
		*-uclibc*)  LPKG="uclibc";;
225
		*-uclibc*)  LPKG="uclibc";;
Lines 526-531 Link Here
526
einfo "binutils:              ${BPKG}-${BVER}"
534
einfo "binutils:              ${BPKG}-${BVER}"
527
}
535
}
528
is_s1 && {
536
is_s1 && {
537
[[ ${GPKG} != "[none]" ]] && \
529
einfo "gcc:                   ${GPKG}-${GVER}"
538
einfo "gcc:                   ${GPKG}-${GVER}"
530
}
539
}
531
is_s2 && {
540
is_s2 && {
Lines 533-538 Link Here
533
einfo "headers:               ${KPKG}-${KVER}"
542
einfo "headers:               ${KPKG}-${KVER}"
534
}
543
}
535
is_s3 && {
544
is_s3 && {
545
[[ ${LPKG} != "[none]" ]] && \
536
einfo "libc:                  ${LPKG}-${LVER}"
546
einfo "libc:                  ${LPKG}-${LVER}"
537
}
547
}
538
}
548
}

Return to bug 378711