diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-15 17:49:36 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-21 10:50:04 -0700 |
commit | f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a (patch) | |
tree | be0158e5fcce654649526ffe242f828d4c371609 /libiberty | |
parent | 8d5c4b7bfdfa5f2b40fa056132823c8e9497dc72 (diff) | |
download | gdb-f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a.zip gdb-f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a.tar.gz gdb-f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a.tar.bz2 |
config/ * picflag.m4 (m68k-*-*): Use default PIC flag.
gcc/
* configure: Regenerate.
libada/
* configure: Regenerate.
libgcc/
* configure: Regenerate.
libiberty/
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204854 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rwxr-xr-x | libiberty/configure | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5c0efcc..5a0aba8 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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 diff --git a/libiberty/configure b/libiberty/configure index b71141a..8ea54da 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -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 |