diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-25 12:52:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-25 12:52:35 +0000 |
commit | b1801ff589c6ff625d3818f66a3d50ec9413a1e2 (patch) | |
tree | c1759731a88c68d2a9307584a3199ec38adfed3d /sys-libs/glibc | |
parent | remove unused files. fixes bug #344189. (diff) | |
download | gentoo-2-b1801ff589c6ff625d3818f66a3d50ec9413a1e2.tar.gz gentoo-2-b1801ff589c6ff625d3818f66a3d50ec9413a1e2.tar.bz2 gentoo-2-b1801ff589c6ff625d3818f66a3d50ec9413a1e2.zip |
sync cross-compile header cache vars to stable #344797
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit b/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit index d84b86d2c643..2f7a21bba844 100644 --- a/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit +++ b/sys-libs/glibc/files/eblits/src_compile-2.11.2.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-2.11.2.eblit,v 1.1 2010/08/10 08:08:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit,v 1.2 2010/11/25 12:52:35 vapier Exp $ glibc_do_configure() { local myconf @@ -133,6 +133,7 @@ toolchain-glibc_headers_compile() { # hopefully they don't affect header geneation, so let's hope for # the best here ... export \ + ac_cv_header_cpuid_h=yes \ libc_cv_386_tls=yes \ libc_cv_asm_cfi_directives=yes \ libc_cv_broken_visibility_attribute=no \ @@ -140,6 +141,7 @@ toolchain-glibc_headers_compile() { libc_cv_mlong_double_128=yes \ libc_cv_mlong_double_128ibm=yes \ libc_cv_ppc_machine=yes \ + libc_cv_ppc_rel16=yes \ libc_cv_visibility_attribute=yes \ libc_cv_z_combreloc=yes \ libc_cv_z_execstack=yes \ |