Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 793086
Collapse All | Expand All

(-)a/gen_determineargs.sh (-3 / +2 lines)
Lines 544-550 determine_real_args() { Link Here
544
			i686)
544
			i686)
545
				ARCH="x86"
545
				ARCH="x86"
546
				;;
546
				;;
547
			mips|mips64*)
547
			mips|mipsel|mips64*)
548
				ARCH="mips"
548
				ARCH="mips"
549
				;;
549
				;;
550
			powerpc)
550
			powerpc)
Lines 580-586 determine_real_args() { Link Here
580
			i?86)
580
			i?86)
581
				ARCH="x86"
581
				ARCH="x86"
582
				;;
582
				;;
583
			mips|mips64*)
583
			mips|mipsel|mips64*)
584
				ARCH="mips"
584
				ARCH="mips"
585
				;;
585
				;;
586
			*)
586
			*)
587
- 

Return to bug 793086