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

Collapse All | Expand All

(-)files/gentoo.config-0.9.8 (-1 / +2 lines)
Lines 19-24 Link Here
19
		"alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
19
		"alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
20
		"i686-pc-linux-gnu            |linux-elf" \
20
		"i686-pc-linux-gnu            |linux-elf" \
21
		"whatever-gentoo-freebsdX.Y   |BSD-generic32" \
21
		"whatever-gentoo-freebsdX.Y   |BSD-generic32" \
22
		"i686-gentoo-freebsdX.Y	      |BSD-x86-elf" \
22
		"sparc64-alpha-freebsdX.Y     |BSD-sparc64" \
23
		"sparc64-alpha-freebsdX.Y     |BSD-sparc64" \
23
		"ia64-gentoo-freebsd5.99234   |BSD-ia64" \
24
		"ia64-gentoo-freebsd5.99234   |BSD-ia64" \
24
		"x86_64-gentoo-freebsdX.Y     |BSD-x86_64" \
25
		"x86_64-gentoo-freebsdX.Y     |BSD-x86_64" \
Lines 92-98 Link Here
92
BSD)
93
BSD)
93
	case ${chost_machine} in
94
	case ${chost_machine} in
94
		alpha*)       machine=generic64;;
95
		alpha*)       machine=generic64;;
95
		i[6-9]86*)    machine=x86;;
96
		i[6-9]86*)    machine=x86-elf;;
96
		ia64*)        machine=ia64;;
97
		ia64*)        machine=ia64;;
97
		sparc64*)     machine=sparc64;;
98
		sparc64*)     machine=sparc64;;
98
		x86_64*)      machine=x86_64;;
99
		x86_64*)      machine=x86_64;;

Return to bug 146316