mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
re PR bootstrap/51734 (Bootstrap fails in libada)
config/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> PR bootstrap/51734 * picflag.m4: Remove s390 case statement. gcc/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. libada/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. libgcc/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. * config/s390/t-crtstuff: Remove -fPIC. libiberty/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. From-SVN: r182868
This commit is contained in:
parent
b4cf8c9da2
commit
925b0ed821
@ -1,3 +1,8 @@
|
||||
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
PR bootstrap/51734
|
||||
* picflag.m4: Remove s390 case statement.
|
||||
|
||||
2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in
|
||||
|
@ -51,9 +51,6 @@ case "${$2}" in
|
||||
m68k-*-*)
|
||||
$1=-fpic
|
||||
;;
|
||||
s390*-*-*)
|
||||
$1=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[[2346lbe]]*-*-linux*)
|
||||
$1=-fpic
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-01-04 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/49651
|
||||
|
7
gcc/configure
vendored
7
gcc/configure
vendored
@ -4925,9 +4925,6 @@ case "${target}" in
|
||||
m68k-*-*)
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
;;
|
||||
s390*-*-*)
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
@ -18109,7 +18106,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 18112 "configure"
|
||||
#line 18109 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -18215,7 +18212,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 18218 "configure"
|
||||
#line 18215 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* Makefile.in: Change dependency on oscons to depend on the generator
|
||||
|
3
libada/configure
vendored
3
libada/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* config/s390/t-crtstuff: Remove -fPIC.
|
||||
|
||||
2012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
PR bootstrap/51006
|
||||
|
@ -2,4 +2,4 @@
|
||||
# because then __FRAME_END__ might not be the last thing in .eh_frame
|
||||
# section.
|
||||
CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
|
||||
CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC
|
||||
CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|
||||
|
3
libgcc/configure
vendored
3
libgcc/configure
vendored
@ -2322,9 +2322,6 @@ case "${host}" in
|
||||
m68k-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
s390*-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG=-fpic
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* make-relative-prefix.c (make_relative_prefix_1): Avoid
|
||||
|
3
libiberty/configure
vendored
3
libiberty/configure
vendored
@ -4899,9 +4899,6 @@ case "${host}" in
|
||||
m68k-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
s390*-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG=-fpic
|
||||
|
Loading…
Reference in New Issue
Block a user