summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2006-04-19 21:19:40 +0000
committerGeorge Shapovalov <george@gentoo.org>2006-04-19 21:19:40 +0000
commitd01457dc9b125b4c7851e3c4a6856dc4809f5948 (patch)
tree71d461e4c9e6837a88c9fd9856b4c2d35aff40cd /eclass
parentStable on amd64 wrt Bug #130422. (diff)
downloadhistorical-d01457dc9b125b4c7851e3c4a6856dc4809f5948.tar.gz
historical-d01457dc9b125b4c7851e3c4a6856dc4809f5948.tar.bz2
historical-d01457dc9b125b4c7851e3c4a6856dc4809f5948.zip
special handling on ppc no longer necessary, first fixes in..
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnatbuild.eclass15
1 files changed, 2 insertions, 13 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass
index b47c078b17ae..032905d5290a 100644
--- a/eclass/gnatbuild.eclass
+++ b/eclass/gnatbuild.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.11 2006/04/13 16:37:18 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.12 2006/04/19 21:19:40 george Exp $
# ATTN!
# set HOMEPAGE and LICENSE in appropriate ebuild, as we have
@@ -99,18 +99,7 @@ fi
S="${WORKDIR}/gcc-${GCCVER}"
# bootstrap globals, common to src_unpack and src_compile
-case $(tc-arch) in
- ppc)
- GNATBOOT="${WORKDIR}/gnat-3.15p-powerpc-unknown-linux-gnu"
- GNATBOOTINST="${GNATBOOT}"
- GCC_EXEC_BASE="${GNATBOOT}/lib/gcc-lib"
- ;;
- amd64 | x86)
- GNATBOOT="${WORKDIR}/usr"
- ;;
-esac
-
-# some buildtime globals
+GNATBOOT="${WORKDIR}/usr"
GNATBUILD="${WORKDIR}/build"
# necessary for detecting lib locations and creating env.d entry