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

(-)a/gnatbuild.eclass (-10 / +1 lines)
Lines 99-114 Link Here
99
S="${WORKDIR}/gcc-${GCCVER}"
99
S="${WORKDIR}/gcc-${GCCVER}"
100
100
101
# bootstrap globals, common to src_unpack and src_compile
101
# bootstrap globals, common to src_unpack and src_compile
102
case $(tc-arch) in
102
GNATBOOT="${WORKDIR}/usr"
103
	ppc)
104
		GNATBOOT="${WORKDIR}/gnat-3.15p-powerpc-unknown-linux-gnu"
105
		GNATBOOTINST="${GNATBOOT}"
106
		GCC_EXEC_BASE="${GNATBOOT}/lib/gcc-lib"
107
		;;
108
	amd64 | x86)
109
		GNATBOOT="${WORKDIR}/usr"
110
		;;
111
esac
112
103
113
# some buildtime globals
104
# some buildtime globals
114
GNATBUILD="${WORKDIR}/build"
105
GNATBUILD="${WORKDIR}/build"

Return to bug 130509