From 925b0ed82128abe666ae80e17e2191a786dde654 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Wed, 4 Jan 2012 11:41:06 +0000 Subject: re PR bootstrap/51734 (Bootstrap fails in libada) config/ 2012-01-04 Andreas Krebbel PR bootstrap/51734 * picflag.m4: Remove s390 case statement. gcc/ 2012-01-04 Andreas Krebbel * configure: Regenerate. libada/ 2012-01-04 Andreas Krebbel * configure: Regenerate. libgcc/ 2012-01-04 Andreas Krebbel * configure: Regenerate. * config/s390/t-crtstuff: Remove -fPIC. libiberty/ 2012-01-04 Andreas Krebbel * configure: Regenerate. From-SVN: r182868 --- libada/ChangeLog | 4 ++++ libada/configure | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'libada') diff --git a/libada/ChangeLog b/libada/ChangeLog index 1726922..c60b93d 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2012-01-04 Andreas Krebbel + + * configure: Regenerate. + 2011-11-12 Iain Sandoe * Makefile.in: Change dependency on oscons to depend on the generator diff --git a/libada/configure b/libada/configure index 1e0ceef..8303c56 100755 --- a/libada/configure +++ b/libada/configure @@ -2868,9 +2868,6 @@ case "${host}" in m68k-*-*) PICFLAG=-fpic ;; - s390*-*-*) - PICFLAG=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic -- cgit v1.1