From 86acf496ee46e082ea36c1cecffb8e4d2cb720d5 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 29 Jun 2009 09:05:26 +0200 Subject: [glibc-headers] add several autoconf hints for libc in order to compile on OSX Signed-off-by: Marc Kleine-Budde --- rules/glibc-headers.make | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/rules/glibc-headers.make b/rules/glibc-headers.make index de0d157..b30f200 100644 --- a/rules/glibc-headers.make +++ b/rules/glibc-headers.make @@ -1,7 +1,7 @@ # -*-makefile-*- -# $Id$ # # Copyright (C) 2006 by Robert Schwebel +# 2009 by Marc Kleine-Budde # # See CREDITS for details about who has contributed to this project. # @@ -50,16 +50,19 @@ GLIBC_HEADERS_ENV := \ $(HOST_ENV) \ CC="$${CC} $(PTXCONF_GLIBC_HEADERS_FAKE_CROSS)" \ \ - libc_cv_asm_symver_directive=yes \ + libc_cv_asm_cfi_directives=yes \ libc_cv_asm_protected_directive=yes \ - libc_cv_visibility_attribute=yes \ - libc_cv_broken_visibility_attribute=no \ + libc_cv_asm_symver_directive=yes \ libc_cv_broken_alias_attribute=no \ + libc_cv_broken_visibility_attribute=no \ + libc_cv_forced_unwind=yes \ + libc_cv_gcc___thread=yes \ libc_cv_initfini_array=yes \ + libc_cv_visibility_attribute=yes \ + libc_cv_z_initfirst=yes \ libc_cv_z_nodelete=yes \ libc_cv_z_nodlopen=yes \ - libc_cv_z_initfirst=yes \ - libc_cv_gcc___thread=yes \ + libc_cv_z_relro=yes \ \ libc_cv_386_tls=yes \ \ -- cgit v1.2.3