| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.28 2012/07/03 20:07:34 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.29 2012/11/18 08:06:49 vapier Exp $ |
| 4 | |
4 | |
| 5 | glibc_do_configure() { |
5 | glibc_do_configure() { |
| 6 | local myconf |
6 | local myconf |
| 7 | |
7 | |
| 8 | einfo "Configuring GLIBC for $1" |
8 | einfo "Configuring GLIBC for $1" |
| … | |
… | |
| 149 | libc_cv_gcc___thread=yes \ |
149 | libc_cv_gcc___thread=yes \ |
| 150 | libc_cv_mlong_double_128=yes \ |
150 | libc_cv_mlong_double_128=yes \ |
| 151 | libc_cv_mlong_double_128ibm=yes \ |
151 | libc_cv_mlong_double_128ibm=yes \ |
| 152 | libc_cv_ppc_machine=yes \ |
152 | libc_cv_ppc_machine=yes \ |
| 153 | libc_cv_ppc_rel16=yes \ |
153 | libc_cv_ppc_rel16=yes \ |
|
|
154 | libc_cv_predef_{fortify_source,stack_protector}=no \ |
| 154 | libc_cv_visibility_attribute=yes \ |
155 | libc_cv_visibility_attribute=yes \ |
| 155 | libc_cv_z_combreloc=yes \ |
156 | libc_cv_z_combreloc=yes \ |
| 156 | libc_cv_z_execstack=yes \ |
157 | libc_cv_z_execstack=yes \ |
| 157 | libc_cv_z_initfirst=yes \ |
158 | libc_cv_z_initfirst=yes \ |
| 158 | libc_cv_z_nodelete=yes \ |
159 | libc_cv_z_nodelete=yes \ |