diff options
author | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-30 09:11:03 +0000 |
---|---|---|
committer | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-30 09:11:03 +0000 |
commit | 9a9b5abf577bbcc9ce1bd12c7fae411c267a973d (patch) | |
tree | 61d8b04e14692728276576e7938ca4863d94aa68 /libada | |
parent | 1a5c81486efd1926566537942d101714662ffdfc (diff) | |
download | gcc-9a9b5abf577bbcc9ce1bd12c7fae411c267a973d.tar.gz |
/
* config.guess: Remove SH5 support.
* config.sub: Likewise.
* configure: Likewise.
* configure.ac: Likewise.
config/
* picflag.m4: Remove SH5 support.
gcc/
* config/sh/t-sh: Remove SH5 support.
* config.gcc: Likewise.
* configure: Likewise.
contrib/
* compare-all-tests: Remove SH5 support.
* config-list.mk: Likewise.
libada/
* configure: Remove SH5 support.
libgcc/
* config.host: Remove SH5 support.
* configure: Likewise.
libiberty/
* configure: Remove SH5 support.
libjava/
* classpath/config.guess: Remove SH5 support.
* classpath/config.sub: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libada')
-rw-r--r-- | libada/ChangeLog | 4 | ||||
-rwxr-xr-x | libada/configure | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog index 9ba85572a2d..a790c5b3078 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2016-04-30 Oleg Endo <olegendo@gcc.gnu.org> + + * configure: Remove SH5 support. + 2016-01-04 Jakub Jelinek <jakub@redhat.com> Update copyright years. diff --git a/libada/configure b/libada/configure index 2296096d4d2..981bcdb9906 100755 --- a/libada/configure +++ b/libada/configure @@ -2878,8 +2878,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. |