Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2016-06-23 22:47:44 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-06-23 22:54:55 +0300
commit79bb0de3e5eb6c345ebf3f8be5effc0a84c4a3bd (patch)
tree31c846a121fd34f29dd4166f7f9fd26a79060aae /config
parenteba8d258f19fbe66a0c9689af21bb22c2f81c6ad (diff)
Sync with upstream gcc.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog9
-rw-r--r--config/elf.m42
-rw-r--r--config/picflag.m47
3 files changed, 11 insertions, 7 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 9b3964a60..3b0092b26 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,12 @@
+2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
+
+ * elf.m4: Remove interix support.
+ * picflag.m4: Likewise.
+
+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/elf.m4 b/config/elf.m4
index 1772a4431..5f5cd88da 100644
--- a/config/elf.m4
+++ b/config/elf.m4
@@ -17,7 +17,7 @@ target_elf=no
case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
- alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux* | \
+ alpha*-dec-osf* | hppa[[12]]*-*-hpux* | \
nvptx-*-none)
target_elf=no
;;
diff --git a/config/picflag.m4 b/config/picflag.m4
index 2f5b9721e..614421d2a 100644
--- a/config/picflag.m4
+++ b/config/picflag.m4
@@ -27,10 +27,6 @@ case "${$2}" in
;;
i[[34567]]86-*-mingw* | x86_64-*-mingw*)
;;
- i[[34567]]86-*-interix[[3-9]]*)
- # Interix 3.x gcc -fpic/-fPIC options generate broken code.
- # Instead, we relocate shared libraries at runtime.
- ;;
i[[34567]]86-*-nto-qnx*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
# it will coredump.
@@ -61,8 +57,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.