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

Collapse All | Expand All

(-)a/scripts/bootstrap-prefix.sh (-3 / +3 lines)
Lines 359-366 bootstrap_profile() { Link Here
359
			profile="prefix/darwin/macos/10.$((rev - 4))/ppc"
359
			profile="prefix/darwin/macos/10.$((rev - 4))/ppc"
360
			;;
360
			;;
361
		i*86-apple-darwin1[578])
361
		i*86-apple-darwin1[578])
362
			rev=${CHOST##*darwin}
362
			eerror "REMOVED ARCH: this 32-bit MacOS architecture was removed,"
363
			profile="prefix/darwin/macos/10.$((rev - 4))/x86"
363
			eerror "bootstrapping is impossible"
364
			exit 1
364
			;;
365
			;;
365
		x86_64-apple-darwin1[5789])
366
		x86_64-apple-darwin1[5789])
366
			rev=${CHOST##*darwin}
367
			rev=${CHOST##*darwin}
367
- 

Return to bug 920437