diff options
author | 2009-09-04 07:20:17 +0000 | |
---|---|---|
committer | 2009-09-04 07:20:17 +0000 | |
commit | d740f4214cc64d6b0f32bbe810c23a5a92953ec0 (patch) | |
tree | dc2a2cb90a03488da832a9808b1e408efd1878aa /sys-libs/glibc | |
parent | Restore ia64 KEYWORD. (diff) | |
download | gentoo-2-d740f4214cc64d6b0f32bbe810c23a5a92953ec0.tar.gz gentoo-2-d740f4214cc64d6b0f32bbe810c23a5a92953ec0.tar.bz2 gentoo-2-d740f4214cc64d6b0f32bbe810c23a5a92953ec0.zip |
Force more compiler/assembler tests to true for cross headers.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index c61eca70f341..dfc3617c3b66 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.637 2009/09/04 06:40:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.638 2009/09/04 07:20:17 vapier Exp $ + + 04 Sep 2009; Mike Frysinger <vapier@gentoo.org> + files/eblits/src_compile.eblit: + Force more compiler/assembler tests to true for cross headers. 04 Sep 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.10.1.ebuild: Add ~ia64 love. diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index a357cba62e62..05a9170d5fb4 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.8 2009/08/27 06:07:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.9 2009/09/04 07:20:17 vapier Exp $ glibc_do_configure() { local myconf @@ -133,9 +133,16 @@ toolchain-glibc_headers_compile() { # hopefully they don't affect header geneation, so let's hope for # the best here ... export \ + libc_cv_386_tls=yes \ + libc_cv_asm_cfi_directives=yes \ + libc_cv_broken_visibility_attribute=no \ + libc_cv_c_cleanup=yes \ + libc_cv_forced_unwind=yes \ + libc_cv_gcc___thread=yes \ libc_cv_mlong_double_128=yes \ libc_cv_mlong_double_128ibm=yes \ libc_cv_ppc_machine=yes \ + libc_cv_visibility_attribute=yes \ libc_cv_z_combreloc=yes \ libc_cv_z_execstack=yes \ libc_cv_z_initfirst=yes \ |