aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2016-04-30 09:11:03 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2016-04-30 09:11:03 +0000
commitbc6d901463cf9173fdce15c22bbb85f274ce3565 (patch)
tree61d8b04e14692728276576e7938ca4863d94aa68 /config
parentc41de70aca6d2c0c848dbf5671852eb43e8f561f (diff)
downloadgcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.zip
gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.tar.gz
gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.tar.bz2
config.guess: Remove SH5 support.
/ * 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. From-SVN: r235676
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/picflag.m43
2 files changed, 5 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 9b3964a..edaf7d1 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
+
+ * picflag.m4: Remove SH5 support.
+
2015-10-21 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
* bootstrap-asan.mk: Replace ASAN_OPTIONS=detect_leaks with
diff --git a/config/picflag.m4 b/config/picflag.m4
index 2f5b972..e0fa343 100644
--- a/config/picflag.m4
+++ b/config/picflag.m4
@@ -61,8 +61,7 @@ case "${$2}" in
$1=-fpic
;;
# FIXME: Simplify to sh*-*-netbsd*?
- sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
- sh64-*-netbsd* | sh64l*-*-netbsd*)
+ sh-*-netbsdelf* | shl*-*-netbsdelf*)
$1=-fpic
;;
# Default to -fPIC unless specified otherwise.