diff options
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rwxr-xr-x | libiberty/configure | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index fb3f1f74fd6..7497392ea97 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2016-04-30 Oleg Endo <olegendo@gcc.gnu.org> + + * configure: Remove SH5 support. + 2016-04-08 Marcel Böhme <boehme.marcel@gmail.com> PR c++/69687 diff --git a/libiberty/configure b/libiberty/configure index bde78ffd25d..0f8e9b925e5 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5145,8 +5145,7 @@ case "${host}" in PICFLAG=-fpic ;; # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh-*-netbsdelf* | shl*-*-netbsdelf*) PICFLAG=-fpic ;; # Default to -fPIC unless specified otherwise. |