From b1b085e0055433d02d8b8d8ab1a5c96191625c8b Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 7 Apr 2015 09:57:46 +0000 Subject: PR target/65351 config/ * picflag.m4: Append -mno-dynamic-no-pic for Darwin. libiberty/ * configure: Regenerate. libada/ * configure: Regenerate. libgcc/ * configure: Regenerate. gcc/ * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221891 138bc75d-0d04-0410-961f-82ee72b054a4 --- libada/ChangeLog | 6 ++++++ libada/configure | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'libada') diff --git a/libada/ChangeLog b/libada/ChangeLog index 6aa56fba6653..5f3a40aa8899 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,9 @@ +2015-04-07 Jakub Jelinek + Iain Sandoe + + PR target/65351 + * configure: Regenerate. + 2015-01-05 Jakub Jelinek Update copyright years. diff --git a/libada/configure b/libada/configure index 55d63fa13744..1e169758d0b6 100755 --- a/libada/configure +++ b/libada/configure @@ -2826,7 +2826,9 @@ case "${host}" in *-*-darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files - PICFLAG=-fno-common + # Cancel any earlier -mdynamic-no-pic, as that makes + # the code not suitable for shared libraries. + PICFLAG='-fno-common -mno-dynamic-no-pic' ;; alpha*-dec-osf5*) # PIC is the default. -- cgit v1.2.3