Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 392714 Details for
Bug 520154
dev-lang/gnat-gcc-4.7.3 ?/gnatboot-4.6 - add HPPA support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnat-gcc-4.8.4.ebuild
gnat-gcc-4.8.4.ebuild (text/plain), 2.16 KB, created by
Erik
on 2014-12-30 21:44:44 UTC
(
hide
)
Description:
gnat-gcc-4.8.4.ebuild
Filename:
MIME Type:
Creator:
Erik
Created:
2014-12-30 21:44:44 UTC
Size:
2.16 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild,v 1.3 2013/11/25 03:09:47 nerdboy Exp $ > >inherit gnatbuild > >DESCRIPTION="GNAT Ada Compiler - gcc version" >HOMEPAGE="http://gcc.gnu.org/" >LICENSE="GMGPL" > >IUSE="doc lto openmp" > >HPPA_BOOT_SLOT="4.6" # hppa uses 4.6.4 gnatboot >BOOT_SLOT="4.4" > ># SLOT is set in gnatbuild.eclass, depends only on PV (basically SLOT=GCCBRANCH) ># so the URI's are static. >SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 > amd64? ( http://dev.gentoo.org/~george/src/gnatboot-${BOOT_SLOT}-amd64.tar.bz2 ) > sparc? ( http://dev.gentoo.org/~george/src/gnatboot-${BOOT_SLOT}-sparc.tar.bz2 ) > x86? ( http://dev.gentoo.org/~george/src/gnatboot-${BOOT_SLOT}-i686.tar.bz2 )" > >KEYWORDS="~amd64 ~x86 ~sparc ~hppa" > ># starting with 4.3.0 gnat needs these libs >RDEPEND=">=dev-libs/mpfr-3.1.2 > >=dev-libs/gmp-5.1.3 > >=dev-libs/mpc-1.0.1 > >=sys-libs/zlib-1.2 > >=sys-libs/ncurses-5.7" > >DEPEND="${RDEPEND} > doc? ( >=sys-apps/texinfo-5 ) > >=sys-devel/bison-1.875 > >=sys-libs/glibc-2.8 > >=sys-devel/binutils-2.20" > >src_unpack() { > gnatbuild_src_unpack > > #fixup some hardwired flags > cd "${S}"/gcc/ada > > # universal gcc -> gnatgcc substitution occasionally produces lines too long > # and then build halts on the style check. > # > sed -i -e 's:gnatgcc:gcc:' osint.ads switch.ads || > die "reversing [gnat]gcc substitution in comments failed" > > # gcc pretty much ignores --with-system-zlib. At least it still descends > # into zlib and does configure and build there (gcc bug@7125?). For whatever > # reason this conflicts with multilib in gcc-4.4.. > sed -i -e "s:libgui zlib:libgui:" "${S}"/configure > > CONFLICTING_FILES="${WORKDIR}/usr/lib/include/cpuid.h ${WORKDIR}/usr/lib/include/*intrin*.h" > einfo "Removing files originating from the bootstrap package that conflict with a corresponding file originating from the GCC source package: ${CONFLICTING_FILES}" > rm -f ${CONFLICTING_FILES} >} > >src_compile() { > # looks like gnatlib_and_tools and gnatlib_shared have become part of > # bootstrap > gnatbuild_src_compile configure make-tools bootstrap >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 520154
:
383054
|
383056
|
383058
|
383468
|
383470
|
392532
| 392714