Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172065 Details for
Bug 246703
cross-mips-pc-linux-gnu/gcc-4.2.4 - libbackend.a(options.o):(.rodata+0x6b90): undefined reference to `TARGET_R10K_SPECEX'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild which fixes the problem
gcc-4.2.4-r1.ebuild (text/plain), 2.50 KB, created by
Vault13
on 2008-11-17 10:17:31 UTC
(
hide
)
Description:
ebuild which fixes the problem
Filename:
MIME Type:
Creator:
Vault13
Created:
2008-11-17 10:17:31 UTC
Size:
2.50 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># Hacked by vault13 17 nov 2008 to not apply R10k patches, ># to walk-around bug no. 246703 > >PATCH_VER="1.0" >UCLIBC_VER="1.0" > >ETYPE="gcc-compiler" > ># whether we should split out specs files for multiple {PIE,SSP}-by-default ># and vanilla configurations. >SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed > >inherit toolchain > >DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" > >LICENSE="GPL-2 LGPL-2.1" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" > >RDEPEND=">=sys-libs/zlib-1.1.4 > >=sys-devel/gcc-config-1.4 > virtual/libiconv > fortran? ( > >=dev-libs/gmp-4.2.1 > >=dev-libs/mpfr-2.2.0_p10 > ) > !build? ( > gcj? ( > gtk? ( > x11-libs/libXt > x11-libs/libX11 > x11-libs/libXtst > x11-proto/xproto > x11-proto/xextproto > >=x11-libs/gtk+-2.2 > x11-libs/pango > ) > >=media-libs/libart_lgpl-2.1 > app-arch/zip > app-arch/unzip > ) > >=sys-libs/ncurses-5.2-r2 > nls? ( sys-devel/gettext ) > )" >DEPEND="${RDEPEND} > test? ( sys-devel/autogen dev-util/dejagnu ) > >=sys-apps/texinfo-4.2-r4 > >=sys-devel/bison-1.875 > ppc? ( >=${CATEGORY}/binutils-2.17 ) > ppc64? ( >=${CATEGORY}/binutils-2.17 ) > >=${CATEGORY}/binutils-2.15.94" >PDEPEND=">=sys-devel/gcc-config-1.4" >if [[ ${CATEGORY} != cross-* ]] ; then > PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" >fi > >src_unpack() { > use vanilla && die "this ebuild does not support vanilla USE flag" > # let toolchain eclass do its work, > # but without patching gcc > local sPATCH_VER=$PATCH_VER > unset PATCH_VER ; gcc_src_unpack > > PATCH_VER=$sPATCH_VER > export PATCH_GCC_VER=${PATCH_GCC_VER:-${GCC_RELEASE_VER}} > pushd "${WORKDIR}" > /dev/null > unpack gcc-${PATCH_GCC_VER}-patches-${PATCH_VER}.tar.bz2 > popd > /dev/null > # shoot down sick horses > rm ../patch/9{0,1}_all_mips* || > { > echo i am at $(pwd) > die "failed to kill sick patches ../patch/9*"; > } > guess_patch_type_in_dir "${WORKDIR}"/patch > EPATCH_MULTI_MSG="Applying healthy Gentoo patches ..." \ > epatch "${WORKDIR}"/patch > BRANDING_GCC_PKGVERSION="${BRANDING_GCC_PKGVERSION} p${PATCH_VER}" > > [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch > > [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch >}
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 246703
:
171704
| 172065 |
313997