mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
picflag.m4 (m68k-*-*): Use default PIC flag.
config/ * picflag.m4 (m68k-*-*): Use default PIC flag. gcc/ * configure: Regenerate. libada/ * configure: Regenerate. libgcc/ * configure: Regenerate. libiberty/ * configure: Regenerate. From-SVN: r204854
This commit is contained in:
parent
7c0f17db44
commit
66204992cb
@ -1,3 +1,7 @@
|
||||
2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* picflag.m4 (m68k-*-*): Use default PIC flag.
|
||||
|
||||
2013-09-29 Iain Sandoe <iain@codesourcery.com>
|
||||
|
||||
* mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts.
|
||||
|
@ -50,9 +50,6 @@ case "${$2}" in
|
||||
i[[34567]]86-*-* | x86_64-*-*)
|
||||
$1=-fpic
|
||||
;;
|
||||
m68k-*-*)
|
||||
$1=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[[2346lbe]]*-*-linux*)
|
||||
$1=-fpic
|
||||
|
@ -1,3 +1,7 @@
|
||||
2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-11-15 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* config/aarch64/aarch64-simd.md: Remove simd_type from all
|
||||
|
7
gcc/configure
vendored
7
gcc/configure
vendored
@ -4803,9 +4803,6 @@ case "${target}" in
|
||||
i[34567]86-*-* | x86_64-*-*)
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
;;
|
||||
m68k-*-*)
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
@ -17916,7 +17913,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 17919 "configure"
|
||||
#line 17916 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -18022,7 +18019,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 18025 "configure"
|
||||
#line 18022 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-03-27 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
3
libada/configure
vendored
3
libada/configure
vendored
@ -2867,9 +2867,6 @@ case "${host}" in
|
||||
i[34567]86-*-* | x86_64-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
m68k-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG=-fpic
|
||||
|
@ -1,3 +1,7 @@
|
||||
2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
Alan Modra <amodra@gmail.com>
|
||||
|
||||
|
3
libgcc/configure
vendored
3
libgcc/configure
vendored
@ -2277,9 +2277,6 @@ case "${host}" in
|
||||
i[34567]86-*-* | x86_64-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
m68k-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG=-fpic
|
||||
|
@ -1,3 +1,7 @@
|
||||
2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-11-12 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* cp-demangle.c (d_copy_templates): Cast result of malloc
|
||||
|
3
libiberty/configure
vendored
3
libiberty/configure
vendored
@ -4927,9 +4927,6 @@ case "${host}" in
|
||||
i[34567]86-*-* | x86_64-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
m68k-*-*)
|
||||
PICFLAG=-fpic
|
||||
;;
|
||||
# FIXME: Override -fPIC default in libgcc only?
|
||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||
PICFLAG=-fpic
|
||||
|
Loading…
Reference in New Issue
Block a user